#47529B

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

Shades of Governor Bay #47529B

Tints of Governor Bay #47529B

Color information

#47529B (or 0x47529B) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 9B. RGB value is (71,82,155). Sum of RGB (Red+Green+Blue) = 71+82+155=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #47529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529B is #B8AD64. Grayscale: #565656. Windows color (decimal): -12103013 or 10179143. OLE color: 10179143.

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

Color convert

RGB7182155-
CMYK0.540.4700.39
HSL232.14º37.17%44.31%-
HSV(B)232.14º54.19%60.78%-
XYZ11.539.7432.28-
YUV87.03166.36116.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=23.05%
G=26.62%
B=50.32%

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
Decimal71821550.540.4700.39232.1437.1744.31
Hex47529B362F027e8252c
Octal10712223366570473504554
Binary1000111101001010011011110110101111010011111101000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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