Shades of Governor Bay #414DA0
Tints of Governor Bay #414DA0
RGB
CMYK
RGB Variations
Color information
#414DA0 (or 0x414DA0) is known color: Governor Bay. HEX triplet: 41, 4D and A0. RGB value is (65,77,160). Sum of RGB (Red+Green+Blue) = 65+77+160=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 160 (62.89% from 255 or 52.98% from 302); Max value from RGB is 160 - color contains mainly: blue. Hex color #414DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DA0 is #BEB25F. Grayscale: #525252. Windows color (decimal): -12497504 or 10505537. OLE color: 10505537.
HSL color Cylindrical-coordinate representation of color #414DA0: hue angle of 232.42º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #414DA0 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 77 | 160 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.37 |
| HSL | 232.42º | 0.42% | 0.44% | - |
| HSV(B) | 232.42º | 0.59% | 0.63% | - |
| XYZ | 11.18 | 8.97 | 34.4 | - |
| YUV | 82.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 160 | 0.59 | 0.52 | 0 | 0.37 | 232.42 | 0.42 | 0.44 |
| Hex | 41 | 4D | A0 | 3B | 34 | 0 | 25 | E8 | 2A | 2C |
| Octal | 101 | 115 | 240 | 73 | 64 | 0 | 45 | 350 | 52 | 54 |
| Binary | 1000001 | 1001101 | 10100000 | 111011 | 110100 | 0 | 100101 | 11101000 | 101010 | 101100 |
Color Harmonies of #414DA0
Complementary color
Monochromatic Colors of #414DA0
Black with #414DA0
Text Example
Text Example
White with #414DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DA0; }
p { color: rgb(65,77,160); }
H1.HeaderClassName
{
color: #414DA0;
}
.AnyTagClassName
{
color: #414DA0;
}
</style>
background-color css
<style>
a { background-color: #414DA0; }
a { background-color: rgb(65,77,160); }
div.DivClassName
{
background-color: #414DA0;
}
.BgClassName
{
background-color: #414DA0;
}
</style>
border-color css
<style>
span { border-color: #414DA0; }
span { border-color: rgb(65,77,160); }
td.TdClassName
{
border-color: #414DA0;
}
.TagClassName
{
border-color: #414DA0;
}
</style>