Shades of Governor Bay #474C91
Tints of Governor Bay #474C91
RGB
CMYK
RGB Variations
Color information
#474C91 (or 0x474C91) is known color: Governor Bay. HEX triplet: 47, 4C and 91. RGB value is (71,76,145). Sum of RGB (Red+Green+Blue) = 71+76+145=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #474C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474C91 is #B8B36E. Grayscale: #525252. Windows color (decimal): -12104559 or 9522247. OLE color: 9522247.
HSL color Cylindrical-coordinate representation of color #474C91: hue angle of 235.95º 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 #474C91 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 76 | 145 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.43 |
| HSL | 235.95º | 0.34% | 0.42% | - |
| HSV(B) | 235.95º | 0.51% | 0.57% | - |
| XYZ | 10.29 | 8.55 | 27.9 | - |
| YUV | 82.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 145 | 0.51 | 0.48 | 0 | 0.43 | 235.95 | 0.34 | 0.42 |
| Hex | 47 | 4C | 91 | 33 | 30 | 0 | 2B | EC | 22 | 2A |
| Octal | 107 | 114 | 221 | 63 | 60 | 0 | 53 | 354 | 42 | 52 |
| Binary | 1000111 | 1001100 | 10010001 | 110011 | 110000 | 0 | 101011 | 11101100 | 100010 | 101010 |
Color Harmonies of #474C91
Complementary color
Monochromatic Colors of #474C91
Black with #474C91
Text Example
Text Example
White with #474C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C91; }
p { color: rgb(71,76,145); }
H1.HeaderClassName
{
color: #474C91;
}
.AnyTagClassName
{
color: #474C91;
}
</style>
background-color css
<style>
a { background-color: #474C91; }
a { background-color: rgb(71,76,145); }
div.DivClassName
{
background-color: #474C91;
}
.BgClassName
{
background-color: #474C91;
}
</style>
border-color css
<style>
span { border-color: #474C91; }
span { border-color: rgb(71,76,145); }
td.TdClassName
{
border-color: #474C91;
}
.TagClassName
{
border-color: #474C91;
}
</style>