Shades of Boston Blue #4A96AB
Tints of Boston Blue #4A96AB
RGB
CMYK
RGB Variations
Color information
#4A96AB (or 0x4A96AB) is known color: Boston Blue. HEX triplet: 4A, 96 and AB. RGB value is (74,150,171). Sum of RGB (Red+Green+Blue) = 74+150+171=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A96AB is #B56954. Grayscale: #818181. Windows color (decimal): -11888981 or 11245130. OLE color: 11245130.
HSL color Cylindrical-coordinate representation of color #4A96AB: hue angle of 192.99º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A96AB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 150 | 171 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.33 |
| HSL | 192.99º | 0.4% | 0.48% | - |
| HSV(B) | 192.99º | 0.57% | 0.67% | - |
| XYZ | 21.08 | 26.21 | 42.48 | - |
| YUV | 129.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 171 | 0.57 | 0.12 | 0 | 0.33 | 192.99 | 0.4 | 0.48 |
| Hex | 4A | 96 | AB | 39 | C | 0 | 21 | C1 | 28 | 30 |
| Octal | 112 | 226 | 253 | 71 | 14 | 0 | 41 | 301 | 50 | 60 |
| Binary | 1001010 | 10010110 | 10101011 | 111001 | 1100 | 0 | 100001 | 11000001 | 101000 | 110000 |
Color Harmonies of #4A96AB
Complementary color
Monochromatic Colors of #4A96AB
Black with #4A96AB
Text Example
Text Example
White with #4A96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A96AB; }
p { color: rgb(74,150,171); }
H1.HeaderClassName
{
color: #4A96AB;
}
.AnyTagClassName
{
color: #4A96AB;
}
</style>
background-color css
<style>
a { background-color: #4A96AB; }
a { background-color: rgb(74,150,171); }
div.DivClassName
{
background-color: #4A96AB;
}
.BgClassName
{
background-color: #4A96AB;
}
</style>
border-color css
<style>
span { border-color: #4A96AB; }
span { border-color: rgb(74,150,171); }
td.TdClassName
{
border-color: #4A96AB;
}
.TagClassName
{
border-color: #4A96AB;
}
</style>