Shades of Boston Blue #4498AB
Tints of Boston Blue #4498AB
RGB
CMYK
RGB Variations
Color information
#4498AB (or 0x4498AB) is known color: Boston Blue. HEX triplet: 44, 98 and AB. RGB value is (68,152,171). Sum of RGB (Red+Green+Blue) = 68+152+171=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #4498AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4498AB is #BB6754. Grayscale: #808080. Windows color (decimal): -12281685 or 11245636. OLE color: 11245636.
HSL color Cylindrical-coordinate representation of color #4498AB: hue angle of 191.07º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4498AB is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 152 | 171 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.33 |
| HSL | 191.07º | 0.43% | 0.47% | - |
| HSV(B) | 191.07º | 0.6% | 0.67% | - |
| XYZ | 20.96 | 26.63 | 42.56 | - |
| YUV | 129.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 152 | 171 | 0.60 | 0.11 | 0 | 0.33 | 191.07 | 0.43 | 0.47 |
| Hex | 44 | 98 | AB | 3C | B | 0 | 21 | BF | 2B | 2F |
| Octal | 104 | 230 | 253 | 74 | 13 | 0 | 41 | 277 | 53 | 57 |
| Binary | 1000100 | 10011000 | 10101011 | 111100 | 1011 | 0 | 100001 | 10111111 | 101011 | 101111 |
Color Harmonies of #4498AB
Complementary color
Monochromatic Colors of #4498AB
Black with #4498AB
Text Example
Text Example
White with #4498AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4498AB; }
p { color: rgb(68,152,171); }
H1.HeaderClassName
{
color: #4498AB;
}
.AnyTagClassName
{
color: #4498AB;
}
</style>
background-color css
<style>
a { background-color: #4498AB; }
a { background-color: rgb(68,152,171); }
div.DivClassName
{
background-color: #4498AB;
}
.BgClassName
{
background-color: #4498AB;
}
</style>
border-color css
<style>
span { border-color: #4498AB; }
span { border-color: rgb(68,152,171); }
td.TdClassName
{
border-color: #4498AB;
}
.TagClassName
{
border-color: #4498AB;
}
</style>