Shades of Governor Bay #474E91
Tints of Governor Bay #474E91
RGB
CMYK
RGB Variations
Color information
#474E91 (or 0x474E91) is known color: Governor Bay. HEX triplet: 47, 4E and 91. RGB value is (71,78,145). Sum of RGB (Red+Green+Blue) = 71+78+145=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #474E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E91 is #B8B16E. Grayscale: #535353. Windows color (decimal): -12104047 or 9522759. OLE color: 9522759.
HSL color Cylindrical-coordinate representation of color #474E91: hue angle of 234.32º 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 #474E91 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 78 | 145 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.43 |
| HSL | 234.32º | 0.34% | 0.42% | - |
| HSV(B) | 234.32º | 0.51% | 0.57% | - |
| XYZ | 10.43 | 8.83 | 27.94 | - |
| YUV | 83.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 145 | 0.51 | 0.46 | 0 | 0.43 | 234.32 | 0.34 | 0.42 |
| Hex | 47 | 4E | 91 | 33 | 2E | 0 | 2B | EA | 22 | 2A |
| Octal | 107 | 116 | 221 | 63 | 56 | 0 | 53 | 352 | 42 | 52 |
| Binary | 1000111 | 1001110 | 10010001 | 110011 | 101110 | 0 | 101011 | 11101010 | 100010 | 101010 |
Color Harmonies of #474E91
Complementary color
Monochromatic Colors of #474E91
Black with #474E91
Text Example
Text Example
White with #474E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E91; }
p { color: rgb(71,78,145); }
H1.HeaderClassName
{
color: #474E91;
}
.AnyTagClassName
{
color: #474E91;
}
</style>
background-color css
<style>
a { background-color: #474E91; }
a { background-color: rgb(71,78,145); }
div.DivClassName
{
background-color: #474E91;
}
.BgClassName
{
background-color: #474E91;
}
</style>
border-color css
<style>
span { border-color: #474E91; }
span { border-color: rgb(71,78,145); }
td.TdClassName
{
border-color: #474E91;
}
.TagClassName
{
border-color: #474E91;
}
</style>