Shades of Governor Bay #40509C
Tints of Governor Bay #40509C
RGB
CMYK
RGB Variations
Color information
#40509C (or 0x40509C) is known color: Governor Bay. HEX triplet: 40, 50 and 9C. RGB value is (64,80,156). Sum of RGB (Red+Green+Blue) = 64+80+156=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #40509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40509C is #BFAF63. Grayscale: #535353. Windows color (decimal): -12562276 or 10244160. OLE color: 10244160.
HSL color Cylindrical-coordinate representation of color #40509C: hue angle of 229.57º 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 #40509C is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 80 | 156 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.39 |
| HSL | 229.57º | 0.42% | 0.43% | - |
| HSV(B) | 229.57º | 0.59% | 0.61% | - |
| XYZ | 10.98 | 9.23 | 32.65 | - |
| YUV | 83.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 156 | 0.59 | 0.49 | 0 | 0.39 | 229.57 | 0.42 | 0.43 |
| Hex | 40 | 50 | 9C | 3B | 31 | 0 | 27 | E6 | 2A | 2B |
| Octal | 100 | 120 | 234 | 73 | 61 | 0 | 47 | 346 | 52 | 53 |
| Binary | 1000000 | 1010000 | 10011100 | 111011 | 110001 | 0 | 100111 | 11100110 | 101010 | 101011 |
Color Harmonies of #40509C
Complementary color
Monochromatic Colors of #40509C
Black with #40509C
Text Example
Text Example
White with #40509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40509C; }
p { color: rgb(64,80,156); }
H1.HeaderClassName
{
color: #40509C;
}
.AnyTagClassName
{
color: #40509C;
}
</style>
background-color css
<style>
a { background-color: #40509C; }
a { background-color: rgb(64,80,156); }
div.DivClassName
{
background-color: #40509C;
}
.BgClassName
{
background-color: #40509C;
}
</style>
border-color css
<style>
span { border-color: #40509C; }
span { border-color: rgb(64,80,156); }
td.TdClassName
{
border-color: #40509C;
}
.TagClassName
{
border-color: #40509C;
}
</style>