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