Shades of Governor Bay #40459F
Tints of Governor Bay #40459F
RGB
CMYK
RGB Variations
Color information
#40459F (or 0x40459F) is known color: Governor Bay. HEX triplet: 40, 45 and 9F. RGB value is (64,69,159). Sum of RGB (Red+Green+Blue) = 64+69+159=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #40459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40459F is #BFBA60. Grayscale: #4D4D4D. Windows color (decimal): -12565089 or 10437952. OLE color: 10437952.
HSL color Cylindrical-coordinate representation of color #40459F: hue angle of 236.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40459F is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 69 | 159 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.38 |
| HSL | 236.84º | 0.43% | 0.44% | - |
| HSV(B) | 236.84º | 0.6% | 0.62% | - |
| XYZ | 10.5 | 7.85 | 33.76 | - |
| YUV | 77.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 159 | 0.60 | 0.57 | 0 | 0.38 | 236.84 | 0.43 | 0.44 |
| Hex | 40 | 45 | 9F | 3C | 39 | 0 | 26 | ED | 2B | 2C |
| Octal | 100 | 105 | 237 | 74 | 71 | 0 | 46 | 355 | 53 | 54 |
| Binary | 1000000 | 1000101 | 10011111 | 111100 | 111001 | 0 | 100110 | 11101101 | 101011 | 101100 |
Color Harmonies of #40459F
Complementary color
Monochromatic Colors of #40459F
Black with #40459F
Text Example
Text Example
White with #40459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40459F; }
p { color: rgb(64,69,159); }
H1.HeaderClassName
{
color: #40459F;
}
.AnyTagClassName
{
color: #40459F;
}
</style>
background-color css
<style>
a { background-color: #40459F; }
a { background-color: rgb(64,69,159); }
div.DivClassName
{
background-color: #40459F;
}
.BgClassName
{
background-color: #40459F;
}
</style>
border-color css
<style>
span { border-color: #40459F; }
span { border-color: rgb(64,69,159); }
td.TdClassName
{
border-color: #40459F;
}
.TagClassName
{
border-color: #40459F;
}
</style>