#47549C

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

Shades of Governor Bay #47549C

Tints of Governor Bay #47549C

Color information

#47549C (or 0x47549C) is unknown color: approx Governor Bay. HEX triplet: 47, 54 and 9C. RGB value is (71,84,156). Sum of RGB (Red+Green+Blue) = 71+84+156=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #47549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47549C is #B8AB63. Grayscale: #585858. Windows color (decimal): -12102500 or 10245191. OLE color: 10245191.

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

Color convert

RGB7184156-
CMYK0.540.4600.39
HSL230.82º37.44%44.51%-
HSV(B)230.82º54.49%61.18%-
XYZ11.7710.0832.78-
YUV88.32166.19115.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=22.83%
G=27.01%
B=50.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71841560.540.4600.39230.8237.4444.51
Hex47549C362E027e7252d
Octal10712423466560473474555
Binary1000111101010010011100110110101110010011111100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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