Shades of Governor Bay #4144AB
Tints of Governor Bay #4144AB
RGB
CMYK
RGB Variations
Color information
#4144AB (or 0x4144AB) is known color: Governor Bay. HEX triplet: 41, 44 and AB. RGB value is (65,68,171). Sum of RGB (Red+Green+Blue) = 65+68+171=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #4144AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4144AB is #BEBB54. Grayscale: #4E4E4E. Windows color (decimal): -12499797 or 11224129. OLE color: 11224129.
HSL color Cylindrical-coordinate representation of color #4144AB: hue angle of 238.3º 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 #4144AB is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 68 | 171 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.33 |
| HSL | 238.3º | 0.45% | 0.46% | - |
| HSV(B) | 238.3º | 0.62% | 0.67% | - |
| XYZ | 11.6 | 8.2 | 39.5 | - |
| YUV | 78.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 171 | 0.62 | 0.60 | 0 | 0.33 | 238.3 | 0.45 | 0.46 |
| Hex | 41 | 44 | AB | 3E | 3C | 0 | 21 | EE | 2D | 2E |
| Octal | 101 | 104 | 253 | 76 | 74 | 0 | 41 | 356 | 55 | 56 |
| Binary | 1000001 | 1000100 | 10101011 | 111110 | 111100 | 0 | 100001 | 11101110 | 101101 | 101110 |
Color Harmonies of #4144AB
Complementary color
Monochromatic Colors of #4144AB
Black with #4144AB
Text Example
Text Example
White with #4144AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4144AB; }
p { color: rgb(65,68,171); }
H1.HeaderClassName
{
color: #4144AB;
}
.AnyTagClassName
{
color: #4144AB;
}
</style>
background-color css
<style>
a { background-color: #4144AB; }
a { background-color: rgb(65,68,171); }
div.DivClassName
{
background-color: #4144AB;
}
.BgClassName
{
background-color: #4144AB;
}
</style>
border-color css
<style>
span { border-color: #4144AB; }
span { border-color: rgb(65,68,171); }
td.TdClassName
{
border-color: #4144AB;
}
.TagClassName
{
border-color: #4144AB;
}
</style>