Shades of Governor Bay #414EAC
Tints of Governor Bay #414EAC
RGB
CMYK
RGB Variations
Color information
#414EAC (or 0x414EAC) is known color: Governor Bay. HEX triplet: 41, 4E and AC. RGB value is (65,78,172). Sum of RGB (Red+Green+Blue) = 65+78+172=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #414EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414EAC is #BEB153. Grayscale: #545454. Windows color (decimal): -12497236 or 11292225. OLE color: 11292225.
HSL color Cylindrical-coordinate representation of color #414EAC: hue angle of 232.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414EAC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 78 | 172 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.33 |
| HSL | 232.71º | 0.45% | 0.46% | - |
| HSV(B) | 232.71º | 0.62% | 0.67% | - |
| XYZ | 12.35 | 9.55 | 40.22 | - |
| YUV | 84.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 172 | 0.62 | 0.55 | 0 | 0.33 | 232.71 | 0.45 | 0.46 |
| Hex | 41 | 4E | AC | 3E | 37 | 0 | 21 | E9 | 2D | 2E |
| Octal | 101 | 116 | 254 | 76 | 67 | 0 | 41 | 351 | 55 | 56 |
| Binary | 1000001 | 1001110 | 10101100 | 111110 | 110111 | 0 | 100001 | 11101001 | 101101 | 101110 |
Color Harmonies of #414EAC
Complementary color
Monochromatic Colors of #414EAC
Black with #414EAC
Text Example
Text Example
White with #414EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414EAC; }
p { color: rgb(65,78,172); }
H1.HeaderClassName
{
color: #414EAC;
}
.AnyTagClassName
{
color: #414EAC;
}
</style>
background-color css
<style>
a { background-color: #414EAC; }
a { background-color: rgb(65,78,172); }
div.DivClassName
{
background-color: #414EAC;
}
.BgClassName
{
background-color: #414EAC;
}
</style>
border-color css
<style>
span { border-color: #414EAC; }
span { border-color: rgb(65,78,172); }
td.TdClassName
{
border-color: #414EAC;
}
.TagClassName
{
border-color: #414EAC;
}
</style>