Shades of Governor Bay #40479E
Tints of Governor Bay #40479E
RGB
CMYK
RGB Variations
Color information
#40479E (or 0x40479E) is known color: Governor Bay. HEX triplet: 40, 47 and 9E. RGB value is (64,71,158). Sum of RGB (Red+Green+Blue) = 64+71+158=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #40479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40479E is #BFB861. Grayscale: #4E4E4E. Windows color (decimal): -12564578 or 10372928. OLE color: 10372928.
HSL color Cylindrical-coordinate representation of color #40479E: hue angle of 235.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40479E is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 71 | 158 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.38 |
| HSL | 235.53º | 0.42% | 0.44% | - |
| HSV(B) | 235.53º | 0.59% | 0.62% | - |
| XYZ | 10.54 | 8.07 | 33.35 | - |
| YUV | 78.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 158 | 0.59 | 0.55 | 0 | 0.38 | 235.53 | 0.42 | 0.44 |
| Hex | 40 | 47 | 9E | 3B | 37 | 0 | 26 | EC | 2A | 2C |
| Octal | 100 | 107 | 236 | 73 | 67 | 0 | 46 | 354 | 52 | 54 |
| Binary | 1000000 | 1000111 | 10011110 | 111011 | 110111 | 0 | 100110 | 11101100 | 101010 | 101100 |
Color Harmonies of #40479E
Complementary color
Monochromatic Colors of #40479E
Black with #40479E
Text Example
Text Example
White with #40479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40479E; }
p { color: rgb(64,71,158); }
H1.HeaderClassName
{
color: #40479E;
}
.AnyTagClassName
{
color: #40479E;
}
</style>
background-color css
<style>
a { background-color: #40479E; }
a { background-color: rgb(64,71,158); }
div.DivClassName
{
background-color: #40479E;
}
.BgClassName
{
background-color: #40479E;
}
</style>
border-color css
<style>
span { border-color: #40479E; }
span { border-color: rgb(64,71,158); }
td.TdClassName
{
border-color: #40479E;
}
.TagClassName
{
border-color: #40479E;
}
</style>