Shades of Governor Bay #40489F
Tints of Governor Bay #40489F
RGB
CMYK
RGB Variations
Color information
#40489F (or 0x40489F) is known color: Governor Bay. HEX triplet: 40, 48 and 9F. RGB value is (64,72,159). Sum of RGB (Red+Green+Blue) = 64+72+159=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #40489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40489F is #BFB760. Grayscale: #4F4F4F. Windows color (decimal): -12564321 or 10438720. OLE color: 10438720.
HSL color Cylindrical-coordinate representation of color #40489F: hue angle of 234.95º 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 #40489F is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 72 | 159 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.38 |
| HSL | 234.95º | 0.43% | 0.44% | - |
| HSV(B) | 234.95º | 0.6% | 0.62% | - |
| XYZ | 10.69 | 8.23 | 33.83 | - |
| YUV | 79.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 159 | 0.60 | 0.55 | 0 | 0.38 | 234.95 | 0.43 | 0.44 |
| Hex | 40 | 48 | 9F | 3C | 37 | 0 | 26 | EB | 2B | 2C |
| Octal | 100 | 110 | 237 | 74 | 67 | 0 | 46 | 353 | 53 | 54 |
| Binary | 1000000 | 1001000 | 10011111 | 111100 | 110111 | 0 | 100110 | 11101011 | 101011 | 101100 |
Color Harmonies of #40489F
Complementary color
Monochromatic Colors of #40489F
Black with #40489F
Text Example
Text Example
White with #40489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40489F; }
p { color: rgb(64,72,159); }
H1.HeaderClassName
{
color: #40489F;
}
.AnyTagClassName
{
color: #40489F;
}
</style>
background-color css
<style>
a { background-color: #40489F; }
a { background-color: rgb(64,72,159); }
div.DivClassName
{
background-color: #40489F;
}
.BgClassName
{
background-color: #40489F;
}
</style>
border-color css
<style>
span { border-color: #40489F; }
span { border-color: rgb(64,72,159); }
td.TdClassName
{
border-color: #40489F;
}
.TagClassName
{
border-color: #40489F;
}
</style>