Shades of Governor Bay #4946AB
Tints of Governor Bay #4946AB
RGB
CMYK
RGB Variations
Color information
#4946AB (or 0x4946AB) is known color: Governor Bay. HEX triplet: 49, 46 and AB. RGB value is (73,70,171). Sum of RGB (Red+Green+Blue) = 73+70+171=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #4946AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4946AB is #B6B954. Grayscale: #525252. Windows color (decimal): -11974997 or 11224649. OLE color: 11224649.
HSL color Cylindrical-coordinate representation of color #4946AB: hue angle of 241.78º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4946AB is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 70 | 171 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.33 |
| HSL | 241.78º | 0.42% | 0.47% | - |
| HSV(B) | 241.78º | 0.59% | 0.67% | - |
| XYZ | 12.29 | 8.74 | 39.57 | - |
| YUV | 82.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 171 | 0.57 | 0.59 | 0 | 0.33 | 241.78 | 0.42 | 0.47 |
| Hex | 49 | 46 | AB | 39 | 3B | 0 | 21 | F2 | 2A | 2F |
| Octal | 111 | 106 | 253 | 71 | 73 | 0 | 41 | 362 | 52 | 57 |
| Binary | 1001001 | 1000110 | 10101011 | 111001 | 111011 | 0 | 100001 | 11110010 | 101010 | 101111 |
Color Harmonies of #4946AB
Complementary color
Monochromatic Colors of #4946AB
Black with #4946AB
Text Example
Text Example
White with #4946AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4946AB; }
p { color: rgb(73,70,171); }
H1.HeaderClassName
{
color: #4946AB;
}
.AnyTagClassName
{
color: #4946AB;
}
</style>
background-color css
<style>
a { background-color: #4946AB; }
a { background-color: rgb(73,70,171); }
div.DivClassName
{
background-color: #4946AB;
}
.BgClassName
{
background-color: #4946AB;
}
</style>
border-color css
<style>
span { border-color: #4946AB; }
span { border-color: rgb(73,70,171); }
td.TdClassName
{
border-color: #4946AB;
}
.TagClassName
{
border-color: #4946AB;
}
</style>