Shades of Governor Bay #474F92
Tints of Governor Bay #474F92
RGB
CMYK
RGB Variations
Color information
#474F92 (or 0x474F92) is known color: Governor Bay. HEX triplet: 47, 4F and 92. RGB value is (71,79,146). Sum of RGB (Red+Green+Blue) = 71+79+146=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #474F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F92 is #B8B06D. Grayscale: #535353. Windows color (decimal): -12103790 or 9588551. OLE color: 9588551.
HSL color Cylindrical-coordinate representation of color #474F92: hue angle of 233.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474F92 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 79 | 146 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.43 |
| HSL | 233.6º | 0.35% | 0.43% | - |
| HSV(B) | 233.6º | 0.51% | 0.57% | - |
| XYZ | 10.58 | 9.01 | 28.37 | - |
| YUV | 84.25 | 162.85 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 146 | 0.51 | 0.46 | 0 | 0.43 | 233.6 | 0.35 | 0.43 |
| Hex | 47 | 4F | 92 | 33 | 2E | 0 | 2B | EA | 23 | 2B |
| Octal | 107 | 117 | 222 | 63 | 56 | 0 | 53 | 352 | 43 | 53 |
| Binary | 1000111 | 1001111 | 10010010 | 110011 | 101110 | 0 | 101011 | 11101010 | 100011 | 101011 |
Color Harmonies of #474F92
Complementary color
Monochromatic Colors of #474F92
Black with #474F92
Text Example
Text Example
White with #474F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F92; }
p { color: rgb(71,79,146); }
H1.HeaderClassName
{
color: #474F92;
}
.AnyTagClassName
{
color: #474F92;
}
</style>
background-color css
<style>
a { background-color: #474F92; }
a { background-color: rgb(71,79,146); }
div.DivClassName
{
background-color: #474F92;
}
.BgClassName
{
background-color: #474F92;
}
</style>
border-color css
<style>
span { border-color: #474F92; }
span { border-color: rgb(71,79,146); }
td.TdClassName
{
border-color: #474F92;
}
.TagClassName
{
border-color: #474F92;
}
</style>