Shades of Governor Bay #40509F
Tints of Governor Bay #40509F
RGB
CMYK
RGB Variations
Color information
#40509F (or 0x40509F) is known color: Governor Bay. HEX triplet: 40, 50 and 9F. RGB value is (64,80,159). Sum of RGB (Red+Green+Blue) = 64+80+159=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #40509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40509F is #BFAF60. Grayscale: #535353. Windows color (decimal): -12562273 or 10440768. OLE color: 10440768.
HSL color Cylindrical-coordinate representation of color #40509F: hue angle of 229.89º 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 #40509F is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 80 | 159 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.38 |
| HSL | 229.89º | 0.43% | 0.44% | - |
| HSV(B) | 229.89º | 0.6% | 0.62% | - |
| XYZ | 11.24 | 9.33 | 34.01 | - |
| YUV | 84.22 | 170.2 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 159 | 0.60 | 0.50 | 0 | 0.38 | 229.89 | 0.43 | 0.44 |
| Hex | 40 | 50 | 9F | 3C | 32 | 0 | 26 | E6 | 2B | 2C |
| Octal | 100 | 120 | 237 | 74 | 62 | 0 | 46 | 346 | 53 | 54 |
| Binary | 1000000 | 1010000 | 10011111 | 111100 | 110010 | 0 | 100110 | 11100110 | 101011 | 101100 |
Color Harmonies of #40509F
Complementary color
Monochromatic Colors of #40509F
Black with #40509F
Text Example
Text Example
White with #40509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40509F; }
p { color: rgb(64,80,159); }
H1.HeaderClassName
{
color: #40509F;
}
.AnyTagClassName
{
color: #40509F;
}
</style>
background-color css
<style>
a { background-color: #40509F; }
a { background-color: rgb(64,80,159); }
div.DivClassName
{
background-color: #40509F;
}
.BgClassName
{
background-color: #40509F;
}
</style>
border-color css
<style>
span { border-color: #40509F; }
span { border-color: rgb(64,80,159); }
td.TdClassName
{
border-color: #40509F;
}
.TagClassName
{
border-color: #40509F;
}
</style>