#47529E

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

Shades of Governor Bay #47529E

Tints of Governor Bay #47529E

Color information

#47529E (or 0x47529E) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 9E. RGB value is (71,82,158). Sum of RGB (Red+Green+Blue) = 71+82+158=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #47529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529E is #B8AD61. Grayscale: #575757. Windows color (decimal): -12103010 or 10375751. OLE color: 10375751.

HSL color Cylindrical-coordinate representation of color #47529E: hue angle of 232.41º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47529E is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7182158-
CMYK0.550.4800.38
HSL232.41º37.99%44.9%-
HSV(B)232.41º55.06%61.96%-
XYZ11.799.8433.63-
YUV87.38167.86116.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=22.83%
G=26.37%
B=50.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71821580.550.4800.38232.4137.9944.9
Hex47529E3730026e8262d
Octal10712223667600463504655
Binary1000111101001010011110110111110000010011011101000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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