Shades of Boston Blue #498FAE
Tints of Boston Blue #498FAE
RGB
CMYK
RGB Variations
Color information
#498FAE (or 0x498FAE) is known color: Boston Blue. HEX triplet: 49, 8F and AE. RGB value is (73,143,174). Sum of RGB (Red+Green+Blue) = 73+143+174=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #498FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498FAE is #B67051. Grayscale: #7D7D7D. Windows color (decimal): -11956306 or 11439945. OLE color: 11439945.
HSL color Cylindrical-coordinate representation of color #498FAE: hue angle of 198.42º 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 #498FAE is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 143 | 174 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.32 |
| HSL | 198.42º | 0.41% | 0.48% | - |
| HSV(B) | 198.42º | 0.58% | 0.68% | - |
| XYZ | 20.21 | 24.12 | 43.63 | - |
| YUV | 125.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 174 | 0.58 | 0.18 | 0 | 0.32 | 198.42 | 0.41 | 0.48 |
| Hex | 49 | 8F | AE | 3A | 12 | 0 | 20 | C6 | 29 | 30 |
| Octal | 111 | 217 | 256 | 72 | 22 | 0 | 40 | 306 | 51 | 60 |
| Binary | 1001001 | 10001111 | 10101110 | 111010 | 10010 | 0 | 100000 | 11000110 | 101001 | 110000 |
Color Harmonies of #498FAE
Complementary color
Monochromatic Colors of #498FAE
Black with #498FAE
Text Example
Text Example
White with #498FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FAE; }
p { color: rgb(73,143,174); }
H1.HeaderClassName
{
color: #498FAE;
}
.AnyTagClassName
{
color: #498FAE;
}
</style>
background-color css
<style>
a { background-color: #498FAE; }
a { background-color: rgb(73,143,174); }
div.DivClassName
{
background-color: #498FAE;
}
.BgClassName
{
background-color: #498FAE;
}
</style>
border-color css
<style>
span { border-color: #498FAE; }
span { border-color: rgb(73,143,174); }
td.TdClassName
{
border-color: #498FAE;
}
.TagClassName
{
border-color: #498FAE;
}
</style>