Shades of Governor Bay #4A40AB
Tints of Governor Bay #4A40AB
RGB
CMYK
RGB Variations
Color information
#4A40AB (or 0x4A40AB) is known color: Governor Bay. HEX triplet: 4A, 40 and AB. RGB value is (74,64,171). Sum of RGB (Red+Green+Blue) = 74+64+171=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A40AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A40AB is #B5BF54. Grayscale: #4E4E4E. Windows color (decimal): -11910997 or 11223114. OLE color: 11223114.
HSL color Cylindrical-coordinate representation of color #4A40AB: hue angle of 245.61º 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 #4A40AB is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 64 | 171 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.33 |
| HSL | 245.61º | 0.46% | 0.46% | - |
| HSV(B) | 245.61º | 0.63% | 0.67% | - |
| XYZ | 12.01 | 8.06 | 39.45 | - |
| YUV | 79.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 171 | 0.57 | 0.63 | 0 | 0.33 | 245.61 | 0.46 | 0.46 |
| Hex | 4A | 40 | AB | 39 | 3F | 0 | 21 | F6 | 2E | 2E |
| Octal | 112 | 100 | 253 | 71 | 77 | 0 | 41 | 366 | 56 | 56 |
| Binary | 1001010 | 1000000 | 10101011 | 111001 | 111111 | 0 | 100001 | 11110110 | 101110 | 101110 |
Color Harmonies of #4A40AB
Complementary color
Monochromatic Colors of #4A40AB
Black with #4A40AB
Text Example
Text Example
White with #4A40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A40AB; }
p { color: rgb(74,64,171); }
H1.HeaderClassName
{
color: #4A40AB;
}
.AnyTagClassName
{
color: #4A40AB;
}
</style>
background-color css
<style>
a { background-color: #4A40AB; }
a { background-color: rgb(74,64,171); }
div.DivClassName
{
background-color: #4A40AB;
}
.BgClassName
{
background-color: #4A40AB;
}
</style>
border-color css
<style>
span { border-color: #4A40AB; }
span { border-color: rgb(74,64,171); }
td.TdClassName
{
border-color: #4A40AB;
}
.TagClassName
{
border-color: #4A40AB;
}
</style>