Shades of Governor Bay #474999
Tints of Governor Bay #474999
RGB
CMYK
RGB Variations
Color information
#474999 (or 0x474999) is known color: Governor Bay. HEX triplet: 47, 49 and 99. RGB value is (71,73,153). Sum of RGB (Red+Green+Blue) = 71+73+153=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #474999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474999 is #B8B666. Grayscale: #515151. Windows color (decimal): -12105319 or 10045767. OLE color: 10045767.
HSL color Cylindrical-coordinate representation of color #474999: hue angle of 238.54º 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 #474999 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 73 | 153 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.4 |
| HSL | 238.54º | 0.37% | 0.44% | - |
| HSV(B) | 238.54º | 0.54% | 0.6% | - |
| XYZ | 10.73 | 8.4 | 31.19 | - |
| YUV | 81.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 153 | 0.54 | 0.52 | 0 | 0.4 | 238.54 | 0.37 | 0.44 |
| Hex | 47 | 49 | 99 | 36 | 34 | 0 | 28 | EF | 25 | 2C |
| Octal | 107 | 111 | 231 | 66 | 64 | 0 | 50 | 357 | 45 | 54 |
| Binary | 1000111 | 1001001 | 10011001 | 110110 | 110100 | 0 | 101000 | 11101111 | 100101 | 101100 |
Color Harmonies of #474999
Complementary color
Monochromatic Colors of #474999
Black with #474999
Text Example
Text Example
White with #474999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474999; }
p { color: rgb(71,73,153); }
H1.HeaderClassName
{
color: #474999;
}
.AnyTagClassName
{
color: #474999;
}
</style>
background-color css
<style>
a { background-color: #474999; }
a { background-color: rgb(71,73,153); }
div.DivClassName
{
background-color: #474999;
}
.BgClassName
{
background-color: #474999;
}
</style>
border-color css
<style>
span { border-color: #474999; }
span { border-color: rgb(71,73,153); }
td.TdClassName
{
border-color: #474999;
}
.TagClassName
{
border-color: #474999;
}
</style>