Shades of Governor Bay #4146AB
Tints of Governor Bay #4146AB
RGB
CMYK
RGB Variations
Color information
#4146AB (or 0x4146AB) is known color: Governor Bay. HEX triplet: 41, 46 and AB. RGB value is (65,70,171). Sum of RGB (Red+Green+Blue) = 65+70+171=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 70 (27.73% from 255 or 22.88% 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 #4146AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4146AB is #BEB954. Grayscale: #4F4F4F. Windows color (decimal): -12499285 or 11224641. OLE color: 11224641.
HSL color Cylindrical-coordinate representation of color #4146AB: hue angle of 237.17º 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 #4146AB is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 70 | 171 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.33 |
| HSL | 237.17º | 0.45% | 0.46% | - |
| HSV(B) | 237.17º | 0.62% | 0.67% | - |
| XYZ | 11.72 | 8.44 | 39.54 | - |
| YUV | 80.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 171 | 0.62 | 0.59 | 0 | 0.33 | 237.17 | 0.45 | 0.46 |
| Hex | 41 | 46 | AB | 3E | 3B | 0 | 21 | ED | 2D | 2E |
| Octal | 101 | 106 | 253 | 76 | 73 | 0 | 41 | 355 | 55 | 56 |
| Binary | 1000001 | 1000110 | 10101011 | 111110 | 111011 | 0 | 100001 | 11101101 | 101101 | 101110 |
Color Harmonies of #4146AB
Complementary color
Monochromatic Colors of #4146AB
Black with #4146AB
Text Example
Text Example
White with #4146AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4146AB; }
p { color: rgb(65,70,171); }
H1.HeaderClassName
{
color: #4146AB;
}
.AnyTagClassName
{
color: #4146AB;
}
</style>
background-color css
<style>
a { background-color: #4146AB; }
a { background-color: rgb(65,70,171); }
div.DivClassName
{
background-color: #4146AB;
}
.BgClassName
{
background-color: #4146AB;
}
</style>
border-color css
<style>
span { border-color: #4146AB; }
span { border-color: rgb(65,70,171); }
td.TdClassName
{
border-color: #4146AB;
}
.TagClassName
{
border-color: #4146AB;
}
</style>