Shades of Governor Bay #474F90
Tints of Governor Bay #474F90
RGB
CMYK
RGB Variations
Color information
#474F90 (or 0x474F90) is known color: Governor Bay. HEX triplet: 47, 4F and 90. RGB value is (71,79,144). Sum of RGB (Red+Green+Blue) = 71+79+144=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #474F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F90 is #B8B06F. Grayscale: #535353. Windows color (decimal): -12103792 or 9457479. OLE color: 9457479.
HSL color Cylindrical-coordinate representation of color #474F90: hue angle of 233.42º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #474F90 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 79 | 144 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.44 |
| HSL | 233.42º | 0.34% | 0.42% | - |
| HSV(B) | 233.42º | 0.51% | 0.56% | - |
| XYZ | 10.43 | 8.95 | 27.56 | - |
| YUV | 84.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 144 | 0.51 | 0.45 | 0 | 0.44 | 233.42 | 0.34 | 0.42 |
| Hex | 47 | 4F | 90 | 33 | 2D | 0 | 2C | E9 | 22 | 2A |
| Octal | 107 | 117 | 220 | 63 | 55 | 0 | 54 | 351 | 42 | 52 |
| Binary | 1000111 | 1001111 | 10010000 | 110011 | 101101 | 0 | 101100 | 11101001 | 100010 | 101010 |
Color Harmonies of #474F90
Complementary color
Monochromatic Colors of #474F90
Black with #474F90
Text Example
Text Example
White with #474F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F90; }
p { color: rgb(71,79,144); }
H1.HeaderClassName
{
color: #474F90;
}
.AnyTagClassName
{
color: #474F90;
}
</style>
background-color css
<style>
a { background-color: #474F90; }
a { background-color: rgb(71,79,144); }
div.DivClassName
{
background-color: #474F90;
}
.BgClassName
{
background-color: #474F90;
}
</style>
border-color css
<style>
span { border-color: #474F90; }
span { border-color: rgb(71,79,144); }
td.TdClassName
{
border-color: #474F90;
}
.TagClassName
{
border-color: #474F90;
}
</style>