#47579C

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

Shades of Governor Bay #47579C

Tints of Governor Bay #47579C

Color information

#47579C (or 0x47579C) is unknown color: approx Governor Bay. HEX triplet: 47, 57 and 9C. RGB value is (71,87,156). Sum of RGB (Red+Green+Blue) = 71+87+156=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #47579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47579C is #B8A863. Grayscale: #595959. Windows color (decimal): -12101732 or 10245959. OLE color: 10245959.

HSL color Cylindrical-coordinate representation of color #47579C: hue angle of 228.71º 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 #47579C is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7187156-
CMYK0.540.4400.39
HSL228.71º37.44%44.51%-
HSV(B)228.71º54.49%61.18%-
XYZ12.0110.5632.86-
YUV90.08165.2114.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=22.61%
G=27.71%
B=49.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71871560.540.4400.39228.7137.4444.51
Hex47579C362C027e5252d
Octal10712723466540473454555
Binary1000111101011110011100110110101100010011111100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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