Shades of Governor Bay #41469E
Tints of Governor Bay #41469E
RGB
CMYK
RGB Variations
Color information
#41469E (or 0x41469E) is known color: Governor Bay. HEX triplet: 41, 46 and 9E. RGB value is (65,70,158). Sum of RGB (Red+Green+Blue) = 65+70+158=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #41469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41469E is #BEB961. Grayscale: #4E4E4E. Windows color (decimal): -12499298 or 10372673. OLE color: 10372673.
HSL color Cylindrical-coordinate representation of color #41469E: hue angle of 236.77º 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 #41469E is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 70 | 158 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.38 |
| HSL | 236.77º | 0.42% | 0.44% | - |
| HSV(B) | 236.77º | 0.59% | 0.62% | - |
| XYZ | 10.54 | 7.97 | 33.33 | - |
| YUV | 78.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 158 | 0.59 | 0.56 | 0 | 0.38 | 236.77 | 0.42 | 0.44 |
| Hex | 41 | 46 | 9E | 3B | 38 | 0 | 26 | ED | 2A | 2C |
| Octal | 101 | 106 | 236 | 73 | 70 | 0 | 46 | 355 | 52 | 54 |
| Binary | 1000001 | 1000110 | 10011110 | 111011 | 111000 | 0 | 100110 | 11101101 | 101010 | 101100 |
Color Harmonies of #41469E
Complementary color
Monochromatic Colors of #41469E
Black with #41469E
Text Example
Text Example
White with #41469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41469E; }
p { color: rgb(65,70,158); }
H1.HeaderClassName
{
color: #41469E;
}
.AnyTagClassName
{
color: #41469E;
}
</style>
background-color css
<style>
a { background-color: #41469E; }
a { background-color: rgb(65,70,158); }
div.DivClassName
{
background-color: #41469E;
}
.BgClassName
{
background-color: #41469E;
}
</style>
border-color css
<style>
span { border-color: #41469E; }
span { border-color: rgb(65,70,158); }
td.TdClassName
{
border-color: #41469E;
}
.TagClassName
{
border-color: #41469E;
}
</style>