#47529C

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

Shades of Governor Bay #47529C

Tints of Governor Bay #47529C

Color information

#47529C (or 0x47529C) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 9C. RGB value is (71,82,156). Sum of RGB (Red+Green+Blue) = 71+82+156=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #47529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529C is #B8AD63. Grayscale: #565656. Windows color (decimal): -12103012 or 10244679. OLE color: 10244679.

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

Color convert

RGB7182156-
CMYK0.540.4700.39
HSL232.24º37.44%44.51%-
HSV(B)232.24º54.49%61.18%-
XYZ11.629.7732.73-
YUV87.15166.86116.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=22.98%
G=26.54%
B=50.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71821560.540.4700.39232.2437.4444.51
Hex47529C362F027e8252d
Octal10712223466570473504555
Binary1000111101001010011100110110101111010011111101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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