Shades of Boston Blue #4892AD
Tints of Boston Blue #4892AD
RGB
CMYK
RGB Variations
Color information
#4892AD (or 0x4892AD) is known color: Boston Blue. HEX triplet: 48, 92 and AD. RGB value is (72,146,173). Sum of RGB (Red+Green+Blue) = 72+146+173=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #4892AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4892AD is #B76D52. Grayscale: #7E7E7E. Windows color (decimal): -12021075 or 11375176. OLE color: 11375176.
HSL color Cylindrical-coordinate representation of color #4892AD: hue angle of 196.04º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4892AD is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 146 | 173 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.32 |
| HSL | 196.04º | 0.41% | 0.48% | - |
| HSV(B) | 196.04º | 0.58% | 0.68% | - |
| XYZ | 20.49 | 24.95 | 43.27 | - |
| YUV | 126.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 173 | 0.58 | 0.16 | 0 | 0.32 | 196.04 | 0.41 | 0.48 |
| Hex | 48 | 92 | AD | 3A | 10 | 0 | 20 | C4 | 29 | 30 |
| Octal | 110 | 222 | 255 | 72 | 20 | 0 | 40 | 304 | 51 | 60 |
| Binary | 1001000 | 10010010 | 10101101 | 111010 | 10000 | 0 | 100000 | 11000100 | 101001 | 110000 |
Color Harmonies of #4892AD
Complementary color
Monochromatic Colors of #4892AD
Black with #4892AD
Text Example
Text Example
White with #4892AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892AD; }
p { color: rgb(72,146,173); }
H1.HeaderClassName
{
color: #4892AD;
}
.AnyTagClassName
{
color: #4892AD;
}
</style>
background-color css
<style>
a { background-color: #4892AD; }
a { background-color: rgb(72,146,173); }
div.DivClassName
{
background-color: #4892AD;
}
.BgClassName
{
background-color: #4892AD;
}
</style>
border-color css
<style>
span { border-color: #4892AD; }
span { border-color: rgb(72,146,173); }
td.TdClassName
{
border-color: #4892AD;
}
.TagClassName
{
border-color: #4892AD;
}
</style>