Shades of Boston Blue #499CBE
Tints of Boston Blue #499CBE
RGB
CMYK
RGB Variations
Color information
#499CBE (or 0x499CBE) is known color: Boston Blue. HEX triplet: 49, 9C and BE. RGB value is (73,156,190). Sum of RGB (Red+Green+Blue) = 73+156+190=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #499CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CBE is #B66341. Grayscale: #868686. Windows color (decimal): -11952962 or 12491849. OLE color: 12491849.
HSL color Cylindrical-coordinate representation of color #499CBE: hue angle of 197.44º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499CBE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 156 | 190 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.25 |
| HSL | 197.44º | 0.47% | 0.52% | - |
| HSV(B) | 197.44º | 0.62% | 0.75% | - |
| XYZ | 23.93 | 28.91 | 53.03 | - |
| YUV | 135.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 190 | 0.62 | 0.18 | 0 | 0.25 | 197.44 | 0.47 | 0.52 |
| Hex | 49 | 9C | BE | 3E | 12 | 0 | 19 | C5 | 2F | 34 |
| Octal | 111 | 234 | 276 | 76 | 22 | 0 | 31 | 305 | 57 | 64 |
| Binary | 1001001 | 10011100 | 10111110 | 111110 | 10010 | 0 | 11001 | 11000101 | 101111 | 110100 |
Color Harmonies of #499CBE
Complementary color
Monochromatic Colors of #499CBE
Black with #499CBE
Text Example
Text Example
White with #499CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499CBE; }
p { color: rgb(73,156,190); }
H1.HeaderClassName
{
color: #499CBE;
}
.AnyTagClassName
{
color: #499CBE;
}
</style>
background-color css
<style>
a { background-color: #499CBE; }
a { background-color: rgb(73,156,190); }
div.DivClassName
{
background-color: #499CBE;
}
.BgClassName
{
background-color: #499CBE;
}
</style>
border-color css
<style>
span { border-color: #499CBE; }
span { border-color: rgb(73,156,190); }
td.TdClassName
{
border-color: #499CBE;
}
.TagClassName
{
border-color: #499CBE;
}
</style>