Shades of Governor Bay #4740AB
Tints of Governor Bay #4740AB
RGB
CMYK
RGB Variations
Color information
#4740AB (or 0x4740AB) is known color: Governor Bay. HEX triplet: 47, 40 and AB. RGB value is (71,64,171). Sum of RGB (Red+Green+Blue) = 71+64+171=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #4740AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740AB is #B8BF54. Grayscale: #4D4D4D. Windows color (decimal): -12107605 or 11223111. OLE color: 11223111.
HSL color Cylindrical-coordinate representation of color #4740AB: hue angle of 243.93º 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 #4740AB is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 64 | 171 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.33 |
| HSL | 243.93º | 0.46% | 0.46% | - |
| HSV(B) | 243.93º | 0.63% | 0.67% | - |
| XYZ | 11.78 | 7.95 | 39.44 | - |
| YUV | 78.29 | 180.32 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 171 | 0.58 | 0.63 | 0 | 0.33 | 243.93 | 0.46 | 0.46 |
| Hex | 47 | 40 | AB | 3A | 3F | 0 | 21 | F4 | 2E | 2E |
| Octal | 107 | 100 | 253 | 72 | 77 | 0 | 41 | 364 | 56 | 56 |
| Binary | 1000111 | 1000000 | 10101011 | 111010 | 111111 | 0 | 100001 | 11110100 | 101110 | 101110 |
Color Harmonies of #4740AB
Complementary color
Monochromatic Colors of #4740AB
Black with #4740AB
Text Example
Text Example
White with #4740AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4740AB; }
p { color: rgb(71,64,171); }
H1.HeaderClassName
{
color: #4740AB;
}
.AnyTagClassName
{
color: #4740AB;
}
</style>
background-color css
<style>
a { background-color: #4740AB; }
a { background-color: rgb(71,64,171); }
div.DivClassName
{
background-color: #4740AB;
}
.BgClassName
{
background-color: #4740AB;
}
</style>
border-color css
<style>
span { border-color: #4740AB; }
span { border-color: rgb(71,64,171); }
td.TdClassName
{
border-color: #4740AB;
}
.TagClassName
{
border-color: #4740AB;
}
</style>