Shades of Governor Bay #475099
Tints of Governor Bay #475099
RGB
CMYK
RGB Variations
Color information
#475099 (or 0x475099) is known color: Governor Bay. HEX triplet: 47, 50 and 99. RGB value is (71,80,153). Sum of RGB (Red+Green+Blue) = 71+80+153=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #475099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475099 is #B8AF66. Grayscale: #555555. Windows color (decimal): -12103527 or 10047559. OLE color: 10047559.
HSL color Cylindrical-coordinate representation of color #475099: hue angle of 233.41º 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 #475099 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 80 | 153 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.4 |
| HSL | 233.41º | 0.37% | 0.44% | - |
| HSV(B) | 233.41º | 0.54% | 0.6% | - |
| XYZ | 11.22 | 9.38 | 31.36 | - |
| YUV | 85.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 153 | 0.54 | 0.48 | 0 | 0.4 | 233.41 | 0.37 | 0.44 |
| Hex | 47 | 50 | 99 | 36 | 30 | 0 | 28 | E9 | 25 | 2C |
| Octal | 107 | 120 | 231 | 66 | 60 | 0 | 50 | 351 | 45 | 54 |
| Binary | 1000111 | 1010000 | 10011001 | 110110 | 110000 | 0 | 101000 | 11101001 | 100101 | 101100 |
Color Harmonies of #475099
Complementary color
Monochromatic Colors of #475099
Black with #475099
Text Example
Text Example
White with #475099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475099; }
p { color: rgb(71,80,153); }
H1.HeaderClassName
{
color: #475099;
}
.AnyTagClassName
{
color: #475099;
}
</style>
background-color css
<style>
a { background-color: #475099; }
a { background-color: rgb(71,80,153); }
div.DivClassName
{
background-color: #475099;
}
.BgClassName
{
background-color: #475099;
}
</style>
border-color css
<style>
span { border-color: #475099; }
span { border-color: rgb(71,80,153); }
td.TdClassName
{
border-color: #475099;
}
.TagClassName
{
border-color: #475099;
}
</style>