Shades of Governor Bay #414C98
Tints of Governor Bay #414C98
RGB
CMYK
RGB Variations
Color information
#414C98 (or 0x414C98) is known color: Governor Bay. HEX triplet: 41, 4C and 98. RGB value is (65,76,152). Sum of RGB (Red+Green+Blue) = 65+76+152=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #414C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414C98 is #BEB367. Grayscale: #515151. Windows color (decimal): -12497768 or 9980993. OLE color: 9980993.
HSL color Cylindrical-coordinate representation of color #414C98: hue angle of 232.41º 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 #414C98 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 65 | 76 | 152 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.40 |
| HSL | 232.41º | 0.4% | 0.43% | - |
| HSV(B) | 232.41º | 0.57% | 0.6% | - |
| XYZ | 10.43 | 8.56 | 30.81 | - |
| YUV | 81.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 152 | 0.57 | 0.50 | 0 | 0.40 | 232.41 | 0.4 | 0.43 |
| Hex | 41 | 4C | 98 | 39 | 32 | 0 | 28 | E8 | 28 | 2B |
| Octal | 101 | 114 | 230 | 71 | 62 | 0 | 50 | 350 | 50 | 53 |
| Binary | 1000001 | 1001100 | 10011000 | 111001 | 110010 | 0 | 101000 | 11101000 | 101000 | 101011 |
Color Harmonies of #414C98
Complementary color
Monochromatic Colors of #414C98
Black with #414C98
Text Example
Text Example
White with #414C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C98; }
p { color: rgb(65,76,152); }
H1.HeaderClassName
{
color: #414C98;
}
.AnyTagClassName
{
color: #414C98;
}
</style>
background-color css
<style>
a { background-color: #414C98; }
a { background-color: rgb(65,76,152); }
div.DivClassName
{
background-color: #414C98;
}
.BgClassName
{
background-color: #414C98;
}
</style>
border-color css
<style>
span { border-color: #414C98; }
span { border-color: rgb(65,76,152); }
td.TdClassName
{
border-color: #414C98;
}
.TagClassName
{
border-color: #414C98;
}
</style>