#47549A

Color #47549A Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #47549A

Tints of Governor Bay #47549A

Color information

#47549A (or 0x47549A) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and 9A. RGB value is (71,84,154). Sum of RGB (Red+Green+Blue) = 71+84+154=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #47549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47549A is #B8AB65. Grayscale: #575757. Windows color (decimal): -12102502 or 10114119. OLE color: 10114119.

HSL color Cylindrical-coordinate representation of color #47549A: hue angle of 230.6º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47549A is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7184154-
CMYK0.540.4500.40
HSL230.6º36.89%44.12%-
HSV(B)230.6º53.9%60.39%-
XYZ11.610.0131.89-
YUV88.09165.19115.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=22.98%
G=27.18%
B=49.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71841540.540.4500.40230.636.8944.12
Hex47549A362D028e7252c
Octal10712423266550503474554
Binary1000111101010010011010110110101101010100011100111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47549A; }

 p { color: rgb(71,84,154); }

 H1.HeaderClassName
 {
   color: #47549A;
 }
 .AnyTagClassName
 {
   color: #47549A;
 }
</style>
background-color css

<style>
 a { background-color: #47549A; }

 a { background-color: rgb(71,84,154); }

 div.DivClassName
 {
   background-color: #47549A;
 }
 .BgClassName
 {
   background-color: #47549A;
 }
</style>
border-color css

<style>
 span { border-color: #47549A; }

 span { border-color: rgb(71,84,154); }

 td.TdClassName
 {
   border-color: #47549A;
 }
 .TagClassName
 {
   border-color: #47549A;
 }
</style>