Shades of Governor Bay #414D98
Tints of Governor Bay #414D98
RGB
CMYK
RGB Variations
Color information
#414D98 (or 0x414D98) is known color: Governor Bay. HEX triplet: 41, 4D and 98. RGB value is (65,77,152). Sum of RGB (Red+Green+Blue) = 65+77+152=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #414D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414D98 is #BEB267. Grayscale: #515151. Windows color (decimal): -12497512 or 9981249. OLE color: 9981249.
HSL color Cylindrical-coordinate representation of color #414D98: hue angle of 231.72º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414D98 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 77 | 152 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.40 |
| HSL | 231.72º | 0.4% | 0.43% | - |
| HSV(B) | 231.72º | 0.57% | 0.6% | - |
| XYZ | 10.5 | 8.7 | 30.83 | - |
| YUV | 81.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 152 | 0.57 | 0.49 | 0 | 0.40 | 231.72 | 0.4 | 0.43 |
| Hex | 41 | 4D | 98 | 39 | 31 | 0 | 28 | E8 | 28 | 2B |
| Octal | 101 | 115 | 230 | 71 | 61 | 0 | 50 | 350 | 50 | 53 |
| Binary | 1000001 | 1001101 | 10011000 | 111001 | 110001 | 0 | 101000 | 11101000 | 101000 | 101011 |
Color Harmonies of #414D98
Complementary color
Monochromatic Colors of #414D98
Black with #414D98
Text Example
Text Example
White with #414D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D98; }
p { color: rgb(65,77,152); }
H1.HeaderClassName
{
color: #414D98;
}
.AnyTagClassName
{
color: #414D98;
}
</style>
background-color css
<style>
a { background-color: #414D98; }
a { background-color: rgb(65,77,152); }
div.DivClassName
{
background-color: #414D98;
}
.BgClassName
{
background-color: #414D98;
}
</style>
border-color css
<style>
span { border-color: #414D98; }
span { border-color: rgb(65,77,152); }
td.TdClassName
{
border-color: #414D98;
}
.TagClassName
{
border-color: #414D98;
}
</style>