Shades of Governor Bay #40519E
Tints of Governor Bay #40519E
RGB
CMYK
RGB Variations
Color information
#40519E (or 0x40519E) is known color: Governor Bay. HEX triplet: 40, 51 and 9E. RGB value is (64,81,158). Sum of RGB (Red+Green+Blue) = 64+81+158=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #40519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40519E is #BFAE61. Grayscale: #545454. Windows color (decimal): -12562018 or 10375488. OLE color: 10375488.
HSL color Cylindrical-coordinate representation of color #40519E: hue angle of 229.15º 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 #40519E is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 81 | 158 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.38 |
| HSL | 229.15º | 0.42% | 0.44% | - |
| HSV(B) | 229.15º | 0.59% | 0.62% | - |
| XYZ | 11.23 | 9.44 | 33.58 | - |
| YUV | 84.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 158 | 0.59 | 0.49 | 0 | 0.38 | 229.15 | 0.42 | 0.44 |
| Hex | 40 | 51 | 9E | 3B | 31 | 0 | 26 | E5 | 2A | 2C |
| Octal | 100 | 121 | 236 | 73 | 61 | 0 | 46 | 345 | 52 | 54 |
| Binary | 1000000 | 1010001 | 10011110 | 111011 | 110001 | 0 | 100110 | 11100101 | 101010 | 101100 |
Color Harmonies of #40519E
Complementary color
Monochromatic Colors of #40519E
Black with #40519E
Text Example
Text Example
White with #40519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40519E; }
p { color: rgb(64,81,158); }
H1.HeaderClassName
{
color: #40519E;
}
.AnyTagClassName
{
color: #40519E;
}
</style>
background-color css
<style>
a { background-color: #40519E; }
a { background-color: rgb(64,81,158); }
div.DivClassName
{
background-color: #40519E;
}
.BgClassName
{
background-color: #40519E;
}
</style>
border-color css
<style>
span { border-color: #40519E; }
span { border-color: rgb(64,81,158); }
td.TdClassName
{
border-color: #40519E;
}
.TagClassName
{
border-color: #40519E;
}
</style>