#475299

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

Shades of Governor Bay #475299

Tints of Governor Bay #475299

Color information

#475299 (or 0x475299) is unknown color: approx Governor Bay. HEX triplet: 47, 52 and 99. RGB value is (71,82,153). Sum of RGB (Red+Green+Blue) = 71+82+153=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #475299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475299 is #B8AD66. Grayscale: #565656. Windows color (decimal): -12103015 or 10048071. OLE color: 10048071.

HSL color Cylindrical-coordinate representation of color #475299: hue angle of 231.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475299 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7182153-
CMYK0.540.4600.4
HSL231.95º36.61%43.92%-
HSV(B)231.95º53.59%60%-
XYZ11.379.6731.41-
YUV86.8165.36116.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 153 (60.16% from 255) = 50%
R=23.20%
G=26.80%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71821530.540.4600.4231.9536.6143.92
Hex475299362E028e8252c
Octal10712223166560503504554
Binary1000111101001010011001110110101110010100011101000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475299; }

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

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

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

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

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

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

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

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