Shades of Governor Bay #474B91
Tints of Governor Bay #474B91
RGB
CMYK
RGB Variations
Color information
#474B91 (or 0x474B91) is known color: Governor Bay. HEX triplet: 47, 4B and 91. RGB value is (71,75,145). Sum of RGB (Red+Green+Blue) = 71+75+145=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #474B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474B91 is #B8B46E. Grayscale: #515151. Windows color (decimal): -12104815 or 9521991. OLE color: 9521991.
HSL color Cylindrical-coordinate representation of color #474B91: hue angle of 236.76º 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 #474B91 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 75 | 145 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.43 |
| HSL | 236.76º | 0.34% | 0.42% | - |
| HSV(B) | 236.76º | 0.51% | 0.57% | - |
| XYZ | 10.23 | 8.42 | 27.87 | - |
| YUV | 81.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 145 | 0.51 | 0.48 | 0 | 0.43 | 236.76 | 0.34 | 0.42 |
| Hex | 47 | 4B | 91 | 33 | 30 | 0 | 2B | ED | 22 | 2A |
| Octal | 107 | 113 | 221 | 63 | 60 | 0 | 53 | 355 | 42 | 52 |
| Binary | 1000111 | 1001011 | 10010001 | 110011 | 110000 | 0 | 101011 | 11101101 | 100010 | 101010 |
Color Harmonies of #474B91
Complementary color
Monochromatic Colors of #474B91
Black with #474B91
Text Example
Text Example
White with #474B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B91; }
p { color: rgb(71,75,145); }
H1.HeaderClassName
{
color: #474B91;
}
.AnyTagClassName
{
color: #474B91;
}
</style>
background-color css
<style>
a { background-color: #474B91; }
a { background-color: rgb(71,75,145); }
div.DivClassName
{
background-color: #474B91;
}
.BgClassName
{
background-color: #474B91;
}
</style>
border-color css
<style>
span { border-color: #474B91; }
span { border-color: rgb(71,75,145); }
td.TdClassName
{
border-color: #474B91;
}
.TagClassName
{
border-color: #474B91;
}
</style>