Shades of Governor Bay #475191
Tints of Governor Bay #475191
RGB
CMYK
RGB Variations
Color information
#475191 (or 0x475191) is known color: Governor Bay. HEX triplet: 47, 51 and 91. RGB value is (71,81,145). Sum of RGB (Red+Green+Blue) = 71+81+145=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #475191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475191 is #B8AE6E. Grayscale: #555555. Windows color (decimal): -12103279 or 9523527. OLE color: 9523527.
HSL color Cylindrical-coordinate representation of color #475191: hue angle of 231.89º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475191 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 81 | 145 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.43 |
| HSL | 231.89º | 0.34% | 0.42% | - |
| HSV(B) | 231.89º | 0.51% | 0.57% | - |
| XYZ | 10.65 | 9.27 | 28.02 | - |
| YUV | 85.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 145 | 0.51 | 0.44 | 0 | 0.43 | 231.89 | 0.34 | 0.42 |
| Hex | 47 | 51 | 91 | 33 | 2C | 0 | 2B | E8 | 22 | 2A |
| Octal | 107 | 121 | 221 | 63 | 54 | 0 | 53 | 350 | 42 | 52 |
| Binary | 1000111 | 1010001 | 10010001 | 110011 | 101100 | 0 | 101011 | 11101000 | 100010 | 101010 |
Color Harmonies of #475191
Complementary color
Monochromatic Colors of #475191
Black with #475191
Text Example
Text Example
White with #475191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475191; }
p { color: rgb(71,81,145); }
H1.HeaderClassName
{
color: #475191;
}
.AnyTagClassName
{
color: #475191;
}
</style>
background-color css
<style>
a { background-color: #475191; }
a { background-color: rgb(71,81,145); }
div.DivClassName
{
background-color: #475191;
}
.BgClassName
{
background-color: #475191;
}
</style>
border-color css
<style>
span { border-color: #475191; }
span { border-color: rgb(71,81,145); }
td.TdClassName
{
border-color: #475191;
}
.TagClassName
{
border-color: #475191;
}
</style>