Shades of Boston Blue #4A97AB
Tints of Boston Blue #4A97AB
RGB
CMYK
RGB Variations
Color information
#4A97AB (or 0x4A97AB) is known color: Boston Blue. HEX triplet: 4A, 97 and AB. RGB value is (74,151,171). Sum of RGB (Red+Green+Blue) = 74+151+171=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A97AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A97AB is #B56854. Grayscale: #828282. Windows color (decimal): -11888725 or 11245386. OLE color: 11245386.
HSL color Cylindrical-coordinate representation of color #4A97AB: hue angle of 192.37º 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 #4A97AB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 151 | 171 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.33 |
| HSL | 192.37º | 0.4% | 0.48% | - |
| HSV(B) | 192.37º | 0.57% | 0.67% | - |
| XYZ | 21.24 | 26.53 | 42.53 | - |
| YUV | 130.26 | 150.99 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 151 | 171 | 0.57 | 0.12 | 0 | 0.33 | 192.37 | 0.4 | 0.48 |
| Hex | 4A | 97 | AB | 39 | C | 0 | 21 | C0 | 28 | 30 |
| Octal | 112 | 227 | 253 | 71 | 14 | 0 | 41 | 300 | 50 | 60 |
| Binary | 1001010 | 10010111 | 10101011 | 111001 | 1100 | 0 | 100001 | 11000000 | 101000 | 110000 |
Color Harmonies of #4A97AB
Complementary color
Monochromatic Colors of #4A97AB
Black with #4A97AB
Text Example
Text Example
White with #4A97AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A97AB; }
p { color: rgb(74,151,171); }
H1.HeaderClassName
{
color: #4A97AB;
}
.AnyTagClassName
{
color: #4A97AB;
}
</style>
background-color css
<style>
a { background-color: #4A97AB; }
a { background-color: rgb(74,151,171); }
div.DivClassName
{
background-color: #4A97AB;
}
.BgClassName
{
background-color: #4A97AB;
}
</style>
border-color css
<style>
span { border-color: #4A97AB; }
span { border-color: rgb(74,151,171); }
td.TdClassName
{
border-color: #4A97AB;
}
.TagClassName
{
border-color: #4A97AB;
}
</style>