Shades of Governor Bay #4041AB
Tints of Governor Bay #4041AB
RGB
CMYK
RGB Variations
Color information
#4041AB (or 0x4041AB) is known color: Governor Bay. HEX triplet: 40, 41 and AB. RGB value is (64,65,171). Sum of RGB (Red+Green+Blue) = 64+65+171=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #4041AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4041AB is #BFBE54. Grayscale: #4C4C4C. Windows color (decimal): -12566101 or 11223360. OLE color: 11223360.
HSL color Cylindrical-coordinate representation of color #4041AB: hue angle of 239.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4041AB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 65 | 171 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.33 |
| HSL | 239.44º | 0.46% | 0.46% | - |
| HSV(B) | 239.44º | 0.63% | 0.67% | - |
| XYZ | 11.36 | 7.81 | 39.44 | - |
| YUV | 76.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 171 | 0.63 | 0.62 | 0 | 0.33 | 239.44 | 0.46 | 0.46 |
| Hex | 40 | 41 | AB | 3F | 3E | 0 | 21 | EF | 2E | 2E |
| Octal | 100 | 101 | 253 | 77 | 76 | 0 | 41 | 357 | 56 | 56 |
| Binary | 1000000 | 1000001 | 10101011 | 111111 | 111110 | 0 | 100001 | 11101111 | 101110 | 101110 |
Color Harmonies of #4041AB
Complementary color
Monochromatic Colors of #4041AB
Black with #4041AB
Text Example
Text Example
White with #4041AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4041AB; }
p { color: rgb(64,65,171); }
H1.HeaderClassName
{
color: #4041AB;
}
.AnyTagClassName
{
color: #4041AB;
}
</style>
background-color css
<style>
a { background-color: #4041AB; }
a { background-color: rgb(64,65,171); }
div.DivClassName
{
background-color: #4041AB;
}
.BgClassName
{
background-color: #4041AB;
}
</style>
border-color css
<style>
span { border-color: #4041AB; }
span { border-color: rgb(64,65,171); }
td.TdClassName
{
border-color: #4041AB;
}
.TagClassName
{
border-color: #4041AB;
}
</style>