Shades of Boston Blue #4498AD
Tints of Boston Blue #4498AD
RGB
CMYK
RGB Variations
Color information
#4498AD (or 0x4498AD) is known color: Boston Blue. HEX triplet: 44, 98 and AD. RGB value is (68,152,173). Sum of RGB (Red+Green+Blue) = 68+152+173=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #4498AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4498AD is #BB6752. Grayscale: #818181. Windows color (decimal): -12281683 or 11376708. OLE color: 11376708.
HSL color Cylindrical-coordinate representation of color #4498AD: hue angle of 192º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4498AD is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 152 | 173 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.32 |
| HSL | 192º | 0.44% | 0.47% | - |
| HSV(B) | 192º | 0.61% | 0.68% | - |
| XYZ | 21.15 | 26.7 | 43.57 | - |
| YUV | 129.28 | 152.67 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 173 | 0.61 | 0.12 | 0 | 0.32 | 192 | 0.44 | 0.47 |
| Hex | 44 | 98 | AD | 3D | C | 0 | 20 | C0 | 2C | 2F |
| Octal | 104 | 230 | 255 | 75 | 14 | 0 | 40 | 300 | 54 | 57 |
| Binary | 1000100 | 10011000 | 10101101 | 111101 | 1100 | 0 | 100000 | 11000000 | 101100 | 101111 |
Color Harmonies of #4498AD
Complementary color
Monochromatic Colors of #4498AD
Black with #4498AD
Text Example
Text Example
White with #4498AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4498AD; }
p { color: rgb(68,152,173); }
H1.HeaderClassName
{
color: #4498AD;
}
.AnyTagClassName
{
color: #4498AD;
}
</style>
background-color css
<style>
a { background-color: #4498AD; }
a { background-color: rgb(68,152,173); }
div.DivClassName
{
background-color: #4498AD;
}
.BgClassName
{
background-color: #4498AD;
}
</style>
border-color css
<style>
span { border-color: #4498AD; }
span { border-color: rgb(68,152,173); }
td.TdClassName
{
border-color: #4498AD;
}
.TagClassName
{
border-color: #4498AD;
}
</style>