Shades of Governor Bay #40459C
Tints of Governor Bay #40459C
RGB
CMYK
RGB Variations
Color information
#40459C (or 0x40459C) is known color: Governor Bay. HEX triplet: 40, 45 and 9C. RGB value is (64,69,156). Sum of RGB (Red+Green+Blue) = 64+69+156=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #40459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40459C is #BFBA63. Grayscale: #4D4D4D. Windows color (decimal): -12565092 or 10241344. OLE color: 10241344.
HSL color Cylindrical-coordinate representation of color #40459C: hue angle of 236.74º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40459C is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 69 | 156 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.39 |
| HSL | 236.74º | 0.42% | 0.43% | - |
| HSV(B) | 236.74º | 0.59% | 0.61% | - |
| XYZ | 10.24 | 7.75 | 32.41 | - |
| YUV | 77.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 156 | 0.59 | 0.56 | 0 | 0.39 | 236.74 | 0.42 | 0.43 |
| Hex | 40 | 45 | 9C | 3B | 38 | 0 | 27 | ED | 2A | 2B |
| Octal | 100 | 105 | 234 | 73 | 70 | 0 | 47 | 355 | 52 | 53 |
| Binary | 1000000 | 1000101 | 10011100 | 111011 | 111000 | 0 | 100111 | 11101101 | 101010 | 101011 |
Color Harmonies of #40459C
Complementary color
Monochromatic Colors of #40459C
Black with #40459C
Text Example
Text Example
White with #40459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40459C; }
p { color: rgb(64,69,156); }
H1.HeaderClassName
{
color: #40459C;
}
.AnyTagClassName
{
color: #40459C;
}
</style>
background-color css
<style>
a { background-color: #40459C; }
a { background-color: rgb(64,69,156); }
div.DivClassName
{
background-color: #40459C;
}
.BgClassName
{
background-color: #40459C;
}
</style>
border-color css
<style>
span { border-color: #40459C; }
span { border-color: rgb(64,69,156); }
td.TdClassName
{
border-color: #40459C;
}
.TagClassName
{
border-color: #40459C;
}
</style>