Shades of Governor Bay #4644AB
Tints of Governor Bay #4644AB
RGB
CMYK
RGB Variations
Color information
#4644AB (or 0x4644AB) is known color: Governor Bay. HEX triplet: 46, 44 and AB. RGB value is (70,68,171). Sum of RGB (Red+Green+Blue) = 70+68+171=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 68 (26.95% from 255 or 22.01% 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 #4644AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4644AB is #B9BB54. Grayscale: #4F4F4F. Windows color (decimal): -12172117 or 11224134. OLE color: 11224134.
HSL color Cylindrical-coordinate representation of color #4644AB: hue angle of 241.17º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4644AB is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 68 | 171 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.33 |
| HSL | 241.17º | 0.43% | 0.47% | - |
| HSV(B) | 241.17º | 0.6% | 0.67% | - |
| XYZ | 11.94 | 8.38 | 39.52 | - |
| YUV | 80.34 | 179.16 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 171 | 0.59 | 0.60 | 0 | 0.33 | 241.17 | 0.43 | 0.47 |
| Hex | 46 | 44 | AB | 3B | 3C | 0 | 21 | F1 | 2B | 2F |
| Octal | 106 | 104 | 253 | 73 | 74 | 0 | 41 | 361 | 53 | 57 |
| Binary | 1000110 | 1000100 | 10101011 | 111011 | 111100 | 0 | 100001 | 11110001 | 101011 | 101111 |
Color Harmonies of #4644AB
Complementary color
Monochromatic Colors of #4644AB
Black with #4644AB
Text Example
Text Example
White with #4644AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4644AB; }
p { color: rgb(70,68,171); }
H1.HeaderClassName
{
color: #4644AB;
}
.AnyTagClassName
{
color: #4644AB;
}
</style>
background-color css
<style>
a { background-color: #4644AB; }
a { background-color: rgb(70,68,171); }
div.DivClassName
{
background-color: #4644AB;
}
.BgClassName
{
background-color: #4644AB;
}
</style>
border-color css
<style>
span { border-color: #4644AB; }
span { border-color: rgb(70,68,171); }
td.TdClassName
{
border-color: #4644AB;
}
.TagClassName
{
border-color: #4644AB;
}
</style>