Shades of Boston Blue #499ABC
Tints of Boston Blue #499ABC
RGB
CMYK
RGB Variations
Color information
#499ABC (or 0x499ABC) is known color: Boston Blue. HEX triplet: 49, 9A and BC. RGB value is (73,154,188). Sum of RGB (Red+Green+Blue) = 73+154+188=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #499ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ABC is #B66543. Grayscale: #858585. Windows color (decimal): -11953476 or 12360265. OLE color: 12360265.
HSL color Cylindrical-coordinate representation of color #499ABC: hue angle of 197.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499ABC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 154 | 188 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.26 |
| HSL | 197.74º | 0.46% | 0.51% | - |
| HSV(B) | 197.74º | 0.61% | 0.74% | - |
| XYZ | 23.38 | 28.16 | 51.78 | - |
| YUV | 133.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 188 | 0.61 | 0.18 | 0 | 0.26 | 197.74 | 0.46 | 0.51 |
| Hex | 49 | 9A | BC | 3D | 12 | 0 | 1A | C6 | 2E | 33 |
| Octal | 111 | 232 | 274 | 75 | 22 | 0 | 32 | 306 | 56 | 63 |
| Binary | 1001001 | 10011010 | 10111100 | 111101 | 10010 | 0 | 11010 | 11000110 | 101110 | 110011 |
Color Harmonies of #499ABC
Complementary color
Monochromatic Colors of #499ABC
Black with #499ABC
Text Example
Text Example
White with #499ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499ABC; }
p { color: rgb(73,154,188); }
H1.HeaderClassName
{
color: #499ABC;
}
.AnyTagClassName
{
color: #499ABC;
}
</style>
background-color css
<style>
a { background-color: #499ABC; }
a { background-color: rgb(73,154,188); }
div.DivClassName
{
background-color: #499ABC;
}
.BgClassName
{
background-color: #499ABC;
}
</style>
border-color css
<style>
span { border-color: #499ABC; }
span { border-color: rgb(73,154,188); }
td.TdClassName
{
border-color: #499ABC;
}
.TagClassName
{
border-color: #499ABC;
}
</style>