Shades of Governor Bay #474E8D
Tints of Governor Bay #474E8D
RGB
CMYK
RGB Variations
Color information
#474E8D (or 0x474E8D) is known color: Governor Bay. HEX triplet: 47, 4E and 8D. RGB value is (71,78,141). Sum of RGB (Red+Green+Blue) = 71+78+141=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #474E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474E8D is #B8B172. Grayscale: #525252. Windows color (decimal): -12104051 or 9260615. OLE color: 9260615.
HSL color Cylindrical-coordinate representation of color #474E8D: hue angle of 234º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #474E8D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 78 | 141 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.45 |
| HSL | 234º | 0.33% | 0.42% | - |
| HSV(B) | 234º | 0.5% | 0.55% | - |
| XYZ | 10.13 | 8.71 | 26.35 | - |
| YUV | 83.09 | 160.68 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 141 | 0.50 | 0.45 | 0 | 0.45 | 234 | 0.33 | 0.42 |
| Hex | 47 | 4E | 8D | 32 | 2D | 0 | 2D | EA | 21 | 2A |
| Octal | 107 | 116 | 215 | 62 | 55 | 0 | 55 | 352 | 41 | 52 |
| Binary | 1000111 | 1001110 | 10001101 | 110010 | 101101 | 0 | 101101 | 11101010 | 100001 | 101010 |
Color Harmonies of #474E8D
Complementary color
Monochromatic Colors of #474E8D
Black with #474E8D
Text Example
Text Example
White with #474E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E8D; }
p { color: rgb(71,78,141); }
H1.HeaderClassName
{
color: #474E8D;
}
.AnyTagClassName
{
color: #474E8D;
}
</style>
background-color css
<style>
a { background-color: #474E8D; }
a { background-color: rgb(71,78,141); }
div.DivClassName
{
background-color: #474E8D;
}
.BgClassName
{
background-color: #474E8D;
}
</style>
border-color css
<style>
span { border-color: #474E8D; }
span { border-color: rgb(71,78,141); }
td.TdClassName
{
border-color: #474E8D;
}
.TagClassName
{
border-color: #474E8D;
}
</style>