Shades of Governor Bay #474F9C
Tints of Governor Bay #474F9C
RGB
CMYK
RGB Variations
Color information
#474F9C (or 0x474F9C) is known color: Governor Bay. HEX triplet: 47, 4F and 9C. RGB value is (71,79,156). Sum of RGB (Red+Green+Blue) = 71+79+156=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #474F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F9C is #B8B063. Grayscale: #555555. Windows color (decimal): -12103780 or 10243911. OLE color: 10243911.
HSL color Cylindrical-coordinate representation of color #474F9C: hue angle of 234.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474F9C is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 79 | 156 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.39 |
| HSL | 234.35º | 0.37% | 0.45% | - |
| HSV(B) | 234.35º | 0.54% | 0.61% | - |
| XYZ | 11.4 | 9.33 | 32.65 | - |
| YUV | 85.39 | 167.85 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 156 | 0.54 | 0.49 | 0 | 0.39 | 234.35 | 0.37 | 0.45 |
| Hex | 47 | 4F | 9C | 36 | 31 | 0 | 27 | EA | 25 | 2D |
| Octal | 107 | 117 | 234 | 66 | 61 | 0 | 47 | 352 | 45 | 55 |
| Binary | 1000111 | 1001111 | 10011100 | 110110 | 110001 | 0 | 100111 | 11101010 | 100101 | 101101 |
Color Harmonies of #474F9C
Complementary color
Monochromatic Colors of #474F9C
Black with #474F9C
Text Example
Text Example
White with #474F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F9C; }
p { color: rgb(71,79,156); }
H1.HeaderClassName
{
color: #474F9C;
}
.AnyTagClassName
{
color: #474F9C;
}
</style>
background-color css
<style>
a { background-color: #474F9C; }
a { background-color: rgb(71,79,156); }
div.DivClassName
{
background-color: #474F9C;
}
.BgClassName
{
background-color: #474F9C;
}
</style>
border-color css
<style>
span { border-color: #474F9C; }
span { border-color: rgb(71,79,156); }
td.TdClassName
{
border-color: #474F9C;
}
.TagClassName
{
border-color: #474F9C;
}
</style>