#47529F

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

Shades of Governor Bay #47529F

Tints of Governor Bay #47529F

Color information

#47529F (or 0x47529F) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 9F. RGB value is (71,82,159). Sum of RGB (Red+Green+Blue) = 71+82+159=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #47529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529F is #B8AD60. Grayscale: #575757. Windows color (decimal): -12103009 or 10441287. OLE color: 10441287.

HSL color Cylindrical-coordinate representation of color #47529F: hue angle of 232.5º 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 #47529F is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7182159-
CMYK0.550.4800.38
HSL232.5º38.26%45.1%-
HSV(B)232.5º55.35%62.35%-
XYZ11.879.8834.08-
YUV87.49168.36116.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=22.76%
G=26.28%
B=50.96%

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
Decimal71821590.550.4800.38232.538.2645.1
Hex47529F3730026e8262d
Octal10712223767600463504655
Binary1000111101001010011111110111110000010011011101000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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