Shades of Governor Bay #40519D
Tints of Governor Bay #40519D
RGB
CMYK
RGB Variations
Color information
#40519D (or 0x40519D) is known color: Governor Bay. HEX triplet: 40, 51 and 9D. RGB value is (64,81,157). Sum of RGB (Red+Green+Blue) = 64+81+157=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #40519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40519D is #BFAE62. Grayscale: #545454. Windows color (decimal): -12562019 or 10309952. OLE color: 10309952.
HSL color Cylindrical-coordinate representation of color #40519D: hue angle of 229.03º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40519D is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 81 | 157 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.38 |
| HSL | 229.03º | 0.42% | 0.43% | - |
| HSV(B) | 229.03º | 0.59% | 0.62% | - |
| XYZ | 11.14 | 9.41 | 33.13 | - |
| YUV | 84.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 81 | 157 | 0.59 | 0.48 | 0 | 0.38 | 229.03 | 0.42 | 0.43 |
| Hex | 40 | 51 | 9D | 3B | 30 | 0 | 26 | E5 | 2A | 2B |
| Octal | 100 | 121 | 235 | 73 | 60 | 0 | 46 | 345 | 52 | 53 |
| Binary | 1000000 | 1010001 | 10011101 | 111011 | 110000 | 0 | 100110 | 11100101 | 101010 | 101011 |
Color Harmonies of #40519D
Complementary color
Monochromatic Colors of #40519D
Black with #40519D
Text Example
Text Example
White with #40519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40519D; }
p { color: rgb(64,81,157); }
H1.HeaderClassName
{
color: #40519D;
}
.AnyTagClassName
{
color: #40519D;
}
</style>
background-color css
<style>
a { background-color: #40519D; }
a { background-color: rgb(64,81,157); }
div.DivClassName
{
background-color: #40519D;
}
.BgClassName
{
background-color: #40519D;
}
</style>
border-color css
<style>
span { border-color: #40519D; }
span { border-color: rgb(64,81,157); }
td.TdClassName
{
border-color: #40519D;
}
.TagClassName
{
border-color: #40519D;
}
</style>