Shades of Boston Blue #4A98AB
Tints of Boston Blue #4A98AB
RGB
CMYK
RGB Variations
Color information
#4A98AB (or 0x4A98AB) is known color: Boston Blue. HEX triplet: 4A, 98 and AB. RGB value is (74,152,171). Sum of RGB (Red+Green+Blue) = 74+152+171=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A98AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A98AB is #B56754. Grayscale: #828282. Windows color (decimal): -11888469 or 11245642. OLE color: 11245642.
HSL color Cylindrical-coordinate representation of color #4A98AB: hue angle of 191.75º 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 #4A98AB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 152 | 171 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.33 |
| HSL | 191.75º | 0.4% | 0.48% | - |
| HSV(B) | 191.75º | 0.57% | 0.67% | - |
| XYZ | 21.4 | 26.85 | 42.58 | - |
| YUV | 130.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 171 | 0.57 | 0.11 | 0 | 0.33 | 191.75 | 0.4 | 0.48 |
| Hex | 4A | 98 | AB | 39 | B | 0 | 21 | C0 | 28 | 30 |
| Octal | 112 | 230 | 253 | 71 | 13 | 0 | 41 | 300 | 50 | 60 |
| Binary | 1001010 | 10011000 | 10101011 | 111001 | 1011 | 0 | 100001 | 11000000 | 101000 | 110000 |
Color Harmonies of #4A98AB
Complementary color
Monochromatic Colors of #4A98AB
Black with #4A98AB
Text Example
Text Example
White with #4A98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A98AB; }
p { color: rgb(74,152,171); }
H1.HeaderClassName
{
color: #4A98AB;
}
.AnyTagClassName
{
color: #4A98AB;
}
</style>
background-color css
<style>
a { background-color: #4A98AB; }
a { background-color: rgb(74,152,171); }
div.DivClassName
{
background-color: #4A98AB;
}
.BgClassName
{
background-color: #4A98AB;
}
</style>
border-color css
<style>
span { border-color: #4A98AB; }
span { border-color: rgb(74,152,171); }
td.TdClassName
{
border-color: #4A98AB;
}
.TagClassName
{
border-color: #4A98AB;
}
</style>