Shades of Governor Bay #414CA1
Tints of Governor Bay #414CA1
RGB
CMYK
RGB Variations
Color information
#414CA1 (or 0x414CA1) is known color: Governor Bay. HEX triplet: 41, 4C and A1. RGB value is (65,76,161). Sum of RGB (Red+Green+Blue) = 65+76+161=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 161 (63.28% from 255 or 53.31% from 302); Max value from RGB is 161 - color contains mainly: blue. Hex color #414CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414CA1 is #BEB35E. Grayscale: #525252. Windows color (decimal): -12497759 or 10570817. OLE color: 10570817.
HSL color Cylindrical-coordinate representation of color #414CA1: hue angle of 233.12º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #414CA1 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 76 | 161 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.37 |
| HSL | 233.13º | 0.42% | 0.44% | - |
| HSV(B) | 233.13º | 0.6% | 0.63% | - |
| XYZ | 11.2 | 8.87 | 34.84 | - |
| YUV | 82.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 161 | 0.60 | 0.53 | 0 | 0.37 | 233.13 | 0.42 | 0.44 |
| Hex | 41 | 4C | A1 | 3C | 35 | 0 | 25 | E9 | 2A | 2C |
| Octal | 101 | 114 | 241 | 74 | 65 | 0 | 45 | 351 | 52 | 54 |
| Binary | 1000001 | 1001100 | 10100001 | 111100 | 110101 | 0 | 100101 | 11101001 | 101010 | 101100 |
Color Harmonies of #414CA1
Complementary color
Monochromatic Colors of #414CA1
Black with #414CA1
Text Example
Text Example
White with #414CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CA1; }
p { color: rgb(65,76,161); }
H1.HeaderClassName
{
color: #414CA1;
}
.AnyTagClassName
{
color: #414CA1;
}
</style>
background-color css
<style>
a { background-color: #414CA1; }
a { background-color: rgb(65,76,161); }
div.DivClassName
{
background-color: #414CA1;
}
.BgClassName
{
background-color: #414CA1;
}
</style>
border-color css
<style>
span { border-color: #414CA1; }
span { border-color: rgb(65,76,161); }
td.TdClassName
{
border-color: #414CA1;
}
.TagClassName
{
border-color: #414CA1;
}
</style>