Shades of Governor Bay #413EAA
Tints of Governor Bay #413EAA
RGB
CMYK
RGB Variations
Color information
#413EAA (or 0x413EAA) is known color: Governor Bay. HEX triplet: 41, 3E and AA. RGB value is (65,62,170). Sum of RGB (Red+Green+Blue) = 65+62+170=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #413EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EAA is #BEC155. Grayscale: #4A4A4A. Windows color (decimal): -12501334 or 11157057. OLE color: 11157057.
HSL color Cylindrical-coordinate representation of color #413EAA: hue angle of 241.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413EAA is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 62 | 170 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.33 |
| HSL | 241.67º | 0.47% | 0.45% | - |
| HSV(B) | 241.67º | 0.64% | 0.67% | - |
| XYZ | 11.16 | 7.47 | 38.88 | - |
| YUV | 75.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 170 | 0.62 | 0.64 | 0 | 0.33 | 241.67 | 0.47 | 0.45 |
| Hex | 41 | 3E | AA | 3E | 40 | 0 | 21 | F2 | 2F | 2D |
| Octal | 101 | 76 | 252 | 76 | 100 | 0 | 41 | 362 | 57 | 55 |
| Binary | 1000001 | 111110 | 10101010 | 111110 | 1000000 | 0 | 100001 | 11110010 | 101111 | 101101 |
Color Harmonies of #413EAA
Complementary color
Monochromatic Colors of #413EAA
Black with #413EAA
Text Example
Text Example
White with #413EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EAA; }
p { color: rgb(65,62,170); }
H1.HeaderClassName
{
color: #413EAA;
}
.AnyTagClassName
{
color: #413EAA;
}
</style>
background-color css
<style>
a { background-color: #413EAA; }
a { background-color: rgb(65,62,170); }
div.DivClassName
{
background-color: #413EAA;
}
.BgClassName
{
background-color: #413EAA;
}
</style>
border-color css
<style>
span { border-color: #413EAA; }
span { border-color: rgb(65,62,170); }
td.TdClassName
{
border-color: #413EAA;
}
.TagClassName
{
border-color: #413EAA;
}
</style>