Shades of Governor Bay #40469F
Tints of Governor Bay #40469F
RGB
CMYK
RGB Variations
Color information
#40469F (or 0x40469F) is known color: Governor Bay. HEX triplet: 40, 46 and 9F. RGB value is (64,70,159). Sum of RGB (Red+Green+Blue) = 64+70+159=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #40469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40469F is #BFB960. Grayscale: #4D4D4D. Windows color (decimal): -12564833 or 10438208. OLE color: 10438208.
HSL color Cylindrical-coordinate representation of color #40469F: hue angle of 236.21º 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 #40469F is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 70 | 159 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.38 |
| HSL | 236.21º | 0.43% | 0.44% | - |
| HSV(B) | 236.21º | 0.6% | 0.62% | - |
| XYZ | 10.56 | 7.97 | 33.78 | - |
| YUV | 78.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 159 | 0.60 | 0.56 | 0 | 0.38 | 236.21 | 0.43 | 0.44 |
| Hex | 40 | 46 | 9F | 3C | 38 | 0 | 26 | EC | 2B | 2C |
| Octal | 100 | 106 | 237 | 74 | 70 | 0 | 46 | 354 | 53 | 54 |
| Binary | 1000000 | 1000110 | 10011111 | 111100 | 111000 | 0 | 100110 | 11101100 | 101011 | 101100 |
Color Harmonies of #40469F
Complementary color
Monochromatic Colors of #40469F
Black with #40469F
Text Example
Text Example
White with #40469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40469F; }
p { color: rgb(64,70,159); }
H1.HeaderClassName
{
color: #40469F;
}
.AnyTagClassName
{
color: #40469F;
}
</style>
background-color css
<style>
a { background-color: #40469F; }
a { background-color: rgb(64,70,159); }
div.DivClassName
{
background-color: #40469F;
}
.BgClassName
{
background-color: #40469F;
}
</style>
border-color css
<style>
span { border-color: #40469F; }
span { border-color: rgb(64,70,159); }
td.TdClassName
{
border-color: #40469F;
}
.TagClassName
{
border-color: #40469F;
}
</style>