Shades of Governor Bay #414E96
Tints of Governor Bay #414E96
RGB
CMYK
RGB Variations
Color information
#414E96 (or 0x414E96) is known color: Governor Bay. HEX triplet: 41, 4E and 96. RGB value is (65,78,150). Sum of RGB (Red+Green+Blue) = 65+78+150=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #414E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414E96 is #BEB169. Grayscale: #525252. Windows color (decimal): -12497258 or 9850433. OLE color: 9850433.
HSL color Cylindrical-coordinate representation of color #414E96: hue angle of 230.82º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414E96 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 78 | 150 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.41 |
| HSL | 230.82º | 0.4% | 0.42% | - |
| HSV(B) | 230.82º | 0.57% | 0.59% | - |
| XYZ | 10.41 | 8.77 | 30 | - |
| YUV | 82.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 150 | 0.57 | 0.48 | 0 | 0.41 | 230.82 | 0.4 | 0.42 |
| Hex | 41 | 4E | 96 | 39 | 30 | 0 | 29 | E7 | 28 | 2A |
| Octal | 101 | 116 | 226 | 71 | 60 | 0 | 51 | 347 | 50 | 52 |
| Binary | 1000001 | 1001110 | 10010110 | 111001 | 110000 | 0 | 101001 | 11100111 | 101000 | 101010 |
Color Harmonies of #414E96
Complementary color
Monochromatic Colors of #414E96
Black with #414E96
Text Example
Text Example
White with #414E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E96; }
p { color: rgb(65,78,150); }
H1.HeaderClassName
{
color: #414E96;
}
.AnyTagClassName
{
color: #414E96;
}
</style>
background-color css
<style>
a { background-color: #414E96; }
a { background-color: rgb(65,78,150); }
div.DivClassName
{
background-color: #414E96;
}
.BgClassName
{
background-color: #414E96;
}
</style>
border-color css
<style>
span { border-color: #414E96; }
span { border-color: rgb(65,78,150); }
td.TdClassName
{
border-color: #414E96;
}
.TagClassName
{
border-color: #414E96;
}
</style>