Shades of Boston Blue #4992B4
Tints of Boston Blue #4992B4
RGB
CMYK
RGB Variations
Color information
#4992B4 (or 0x4992B4) is known color: Boston Blue. HEX triplet: 49, 92 and B4. RGB value is (73,146,180). Sum of RGB (Red+Green+Blue) = 73+146+180=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #4992B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992B4 is #B66D4B. Grayscale: #7F7F7F. Windows color (decimal): -11955532 or 11833929. OLE color: 11833929.
HSL color Cylindrical-coordinate representation of color #4992B4: hue angle of 199.07º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4992B4 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 146 | 180 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.29 |
| HSL | 199.07º | 0.42% | 0.5% | - |
| HSV(B) | 199.07º | 0.59% | 0.71% | - |
| XYZ | 21.26 | 25.27 | 46.94 | - |
| YUV | 128.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 180 | 0.59 | 0.19 | 0 | 0.29 | 199.07 | 0.42 | 0.5 |
| Hex | 49 | 92 | B4 | 3B | 13 | 0 | 1D | C7 | 2A | 32 |
| Octal | 111 | 222 | 264 | 73 | 23 | 0 | 35 | 307 | 52 | 62 |
| Binary | 1001001 | 10010010 | 10110100 | 111011 | 10011 | 0 | 11101 | 11000111 | 101010 | 110010 |
Color Harmonies of #4992B4
Complementary color
Monochromatic Colors of #4992B4
Black with #4992B4
Text Example
Text Example
White with #4992B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992B4; }
p { color: rgb(73,146,180); }
H1.HeaderClassName
{
color: #4992B4;
}
.AnyTagClassName
{
color: #4992B4;
}
</style>
background-color css
<style>
a { background-color: #4992B4; }
a { background-color: rgb(73,146,180); }
div.DivClassName
{
background-color: #4992B4;
}
.BgClassName
{
background-color: #4992B4;
}
</style>
border-color css
<style>
span { border-color: #4992B4; }
span { border-color: rgb(73,146,180); }
td.TdClassName
{
border-color: #4992B4;
}
.TagClassName
{
border-color: #4992B4;
}
</style>