Shades of Governor Bay #41519E
Tints of Governor Bay #41519E
RGB
CMYK
RGB Variations
Color information
#41519E (or 0x41519E) is known color: Governor Bay. HEX triplet: 41, 51 and 9E. RGB value is (65,81,158). Sum of RGB (Red+Green+Blue) = 65+81+158=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #41519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41519E is #BEAE61. Grayscale: #545454. Windows color (decimal): -12496482 or 10375489. OLE color: 10375489.
HSL color Cylindrical-coordinate representation of color #41519E: hue angle of 229.68º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41519E is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 81 | 158 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.38 |
| HSL | 229.68º | 0.42% | 0.44% | - |
| HSV(B) | 229.68º | 0.59% | 0.62% | - |
| XYZ | 11.29 | 9.48 | 33.58 | - |
| YUV | 84.99 | 169.2 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 81 | 158 | 0.59 | 0.49 | 0 | 0.38 | 229.68 | 0.42 | 0.44 |
| Hex | 41 | 51 | 9E | 3B | 31 | 0 | 26 | E6 | 2A | 2C |
| Octal | 101 | 121 | 236 | 73 | 61 | 0 | 46 | 346 | 52 | 54 |
| Binary | 1000001 | 1010001 | 10011110 | 111011 | 110001 | 0 | 100110 | 11100110 | 101010 | 101100 |
Color Harmonies of #41519E
Complementary color
Monochromatic Colors of #41519E
Black with #41519E
Text Example
Text Example
White with #41519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41519E; }
p { color: rgb(65,81,158); }
H1.HeaderClassName
{
color: #41519E;
}
.AnyTagClassName
{
color: #41519E;
}
</style>
background-color css
<style>
a { background-color: #41519E; }
a { background-color: rgb(65,81,158); }
div.DivClassName
{
background-color: #41519E;
}
.BgClassName
{
background-color: #41519E;
}
</style>
border-color css
<style>
span { border-color: #41519E; }
span { border-color: rgb(65,81,158); }
td.TdClassName
{
border-color: #41519E;
}
.TagClassName
{
border-color: #41519E;
}
</style>