Shades of Boston Blue #4992B6
Tints of Boston Blue #4992B6
RGB
CMYK
RGB Variations
Color information
#4992B6 (or 0x4992B6) is known color: Boston Blue. HEX triplet: 49, 92 and B6. RGB value is (73,146,182). Sum of RGB (Red+Green+Blue) = 73+146+182=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #4992B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992B6 is #B66D49. Grayscale: #808080. Windows color (decimal): -11955530 or 11965001. OLE color: 11965001.
HSL color Cylindrical-coordinate representation of color #4992B6: hue angle of 199.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4992B6 is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 146 | 182 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.29 |
| HSL | 199.82º | 0.43% | 0.5% | - |
| HSV(B) | 199.82º | 0.6% | 0.71% | - |
| XYZ | 21.47 | 25.35 | 48.02 | - |
| YUV | 128.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 182 | 0.60 | 0.20 | 0 | 0.29 | 199.82 | 0.43 | 0.5 |
| Hex | 49 | 92 | B6 | 3C | 14 | 0 | 1D | C8 | 2B | 32 |
| Octal | 111 | 222 | 266 | 74 | 24 | 0 | 35 | 310 | 53 | 62 |
| Binary | 1001001 | 10010010 | 10110110 | 111100 | 10100 | 0 | 11101 | 11001000 | 101011 | 110010 |
Color Harmonies of #4992B6
Complementary color
Monochromatic Colors of #4992B6
Black with #4992B6
Text Example
Text Example
White with #4992B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992B6; }
p { color: rgb(73,146,182); }
H1.HeaderClassName
{
color: #4992B6;
}
.AnyTagClassName
{
color: #4992B6;
}
</style>
background-color css
<style>
a { background-color: #4992B6; }
a { background-color: rgb(73,146,182); }
div.DivClassName
{
background-color: #4992B6;
}
.BgClassName
{
background-color: #4992B6;
}
</style>
border-color css
<style>
span { border-color: #4992B6; }
span { border-color: rgb(73,146,182); }
td.TdClassName
{
border-color: #4992B6;
}
.TagClassName
{
border-color: #4992B6;
}
</style>