Shades of Boston Blue #4993B4
Tints of Boston Blue #4993B4
RGB
CMYK
RGB Variations
Color information
#4993B4 (or 0x4993B4) is known color: Boston Blue. HEX triplet: 49, 93 and B4. RGB value is (73,147,180). Sum of RGB (Red+Green+Blue) = 73+147+180=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 180 (70.70% from 255 or 45% from 400); Max value from RGB is 180 - color contains mainly: blue. Hex color #4993B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993B4 is #B66C4B. Grayscale: #808080. Windows color (decimal): -11955276 or 11834185. OLE color: 11834185.
HSL color Cylindrical-coordinate representation of color #4993B4: hue angle of 198.5º 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 #4993B4 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 147 | 180 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.29 |
| HSL | 198.5º | 0.42% | 0.5% | - |
| HSV(B) | 198.5º | 0.59% | 0.71% | - |
| XYZ | 21.42 | 25.58 | 46.99 | - |
| YUV | 128.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 180 | 0.59 | 0.18 | 0 | 0.29 | 198.5 | 0.42 | 0.5 |
| Hex | 49 | 93 | B4 | 3B | 12 | 0 | 1D | C7 | 2A | 32 |
| Octal | 111 | 223 | 264 | 73 | 22 | 0 | 35 | 307 | 52 | 62 |
| Binary | 1001001 | 10010011 | 10110100 | 111011 | 10010 | 0 | 11101 | 11000111 | 101010 | 110010 |
Color Harmonies of #4993B4
Complementary color
Monochromatic Colors of #4993B4
Black with #4993B4
Text Example
Text Example
White with #4993B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993B4; }
p { color: rgb(73,147,180); }
H1.HeaderClassName
{
color: #4993B4;
}
.AnyTagClassName
{
color: #4993B4;
}
</style>
background-color css
<style>
a { background-color: #4993B4; }
a { background-color: rgb(73,147,180); }
div.DivClassName
{
background-color: #4993B4;
}
.BgClassName
{
background-color: #4993B4;
}
</style>
border-color css
<style>
span { border-color: #4993B4; }
span { border-color: rgb(73,147,180); }
td.TdClassName
{
border-color: #4993B4;
}
.TagClassName
{
border-color: #4993B4;
}
</style>