Shades of Governor Bay #4147AB
Tints of Governor Bay #4147AB
RGB
CMYK
RGB Variations
Color information
#4147AB (or 0x4147AB) is known color: Governor Bay. HEX triplet: 41, 47 and AB. RGB value is (65,71,171). Sum of RGB (Red+Green+Blue) = 65+71+171=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #4147AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4147AB is #BEB854. Grayscale: #505050. Windows color (decimal): -12499029 or 11224897. OLE color: 11224897.
HSL color Cylindrical-coordinate representation of color #4147AB: hue angle of 236.6º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4147AB is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 71 | 171 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.33 |
| HSL | 236.6º | 0.45% | 0.46% | - |
| HSV(B) | 236.6º | 0.62% | 0.67% | - |
| XYZ | 11.78 | 8.57 | 39.56 | - |
| YUV | 80.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 171 | 0.62 | 0.58 | 0 | 0.33 | 236.6 | 0.45 | 0.46 |
| Hex | 41 | 47 | AB | 3E | 3A | 0 | 21 | ED | 2D | 2E |
| Octal | 101 | 107 | 253 | 76 | 72 | 0 | 41 | 355 | 55 | 56 |
| Binary | 1000001 | 1000111 | 10101011 | 111110 | 111010 | 0 | 100001 | 11101101 | 101101 | 101110 |
Color Harmonies of #4147AB
Complementary color
Monochromatic Colors of #4147AB
Black with #4147AB
Text Example
Text Example
White with #4147AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4147AB; }
p { color: rgb(65,71,171); }
H1.HeaderClassName
{
color: #4147AB;
}
.AnyTagClassName
{
color: #4147AB;
}
</style>
background-color css
<style>
a { background-color: #4147AB; }
a { background-color: rgb(65,71,171); }
div.DivClassName
{
background-color: #4147AB;
}
.BgClassName
{
background-color: #4147AB;
}
</style>
border-color css
<style>
span { border-color: #4147AB; }
span { border-color: rgb(65,71,171); }
td.TdClassName
{
border-color: #4147AB;
}
.TagClassName
{
border-color: #4147AB;
}
</style>