Shades of Governor Bay #40479B
Tints of Governor Bay #40479B
RGB
CMYK
RGB Variations
Color information
#40479B (or 0x40479B) is known color: Governor Bay. HEX triplet: 40, 47 and 9B. RGB value is (64,71,155). Sum of RGB (Red+Green+Blue) = 64+71+155=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #40479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40479B is #BFB864. Grayscale: #4E4E4E. Windows color (decimal): -12564581 or 10176320. OLE color: 10176320.
HSL color Cylindrical-coordinate representation of color #40479B: hue angle of 235.38º 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 #40479B is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 71 | 155 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.39 |
| HSL | 235.38º | 0.42% | 0.43% | - |
| HSV(B) | 235.38º | 0.59% | 0.61% | - |
| XYZ | 10.28 | 7.96 | 32.01 | - |
| YUV | 78.48 | 171.18 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 155 | 0.59 | 0.54 | 0 | 0.39 | 235.38 | 0.42 | 0.43 |
| Hex | 40 | 47 | 9B | 3B | 36 | 0 | 27 | EB | 2A | 2B |
| Octal | 100 | 107 | 233 | 73 | 66 | 0 | 47 | 353 | 52 | 53 |
| Binary | 1000000 | 1000111 | 10011011 | 111011 | 110110 | 0 | 100111 | 11101011 | 101010 | 101011 |
Color Harmonies of #40479B
Complementary color
Monochromatic Colors of #40479B
Black with #40479B
Text Example
Text Example
White with #40479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40479B; }
p { color: rgb(64,71,155); }
H1.HeaderClassName
{
color: #40479B;
}
.AnyTagClassName
{
color: #40479B;
}
</style>
background-color css
<style>
a { background-color: #40479B; }
a { background-color: rgb(64,71,155); }
div.DivClassName
{
background-color: #40479B;
}
.BgClassName
{
background-color: #40479B;
}
</style>
border-color css
<style>
span { border-color: #40479B; }
span { border-color: rgb(64,71,155); }
td.TdClassName
{
border-color: #40479B;
}
.TagClassName
{
border-color: #40479B;
}
</style>