Shades of Boston Blue #4993B3
Tints of Boston Blue #4993B3
RGB
CMYK
RGB Variations
Color information
#4993B3 (or 0x4993B3) is known color: Boston Blue. HEX triplet: 49, 93 and B3. RGB value is (73,147,179). Sum of RGB (Red+Green+Blue) = 73+147+179=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #4993B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4993B3 is #B66C4C. Grayscale: #808080. Windows color (decimal): -11955277 or 11768649. OLE color: 11768649.
HSL color Cylindrical-coordinate representation of color #4993B3: hue angle of 198.11º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4993B3 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 147 | 179 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.30 |
| HSL | 198.11º | 0.42% | 0.49% | - |
| HSV(B) | 198.11º | 0.59% | 0.7% | - |
| XYZ | 21.32 | 25.54 | 46.45 | - |
| YUV | 128.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 179 | 0.59 | 0.18 | 0 | 0.30 | 198.11 | 0.42 | 0.49 |
| Hex | 49 | 93 | B3 | 3B | 12 | 0 | 1E | C6 | 2A | 31 |
| Octal | 111 | 223 | 263 | 73 | 22 | 0 | 36 | 306 | 52 | 61 |
| Binary | 1001001 | 10010011 | 10110011 | 111011 | 10010 | 0 | 11110 | 11000110 | 101010 | 110001 |
Color Harmonies of #4993B3
Complementary color
Monochromatic Colors of #4993B3
Black with #4993B3
Text Example
Text Example
White with #4993B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993B3; }
p { color: rgb(73,147,179); }
H1.HeaderClassName
{
color: #4993B3;
}
.AnyTagClassName
{
color: #4993B3;
}
</style>
background-color css
<style>
a { background-color: #4993B3; }
a { background-color: rgb(73,147,179); }
div.DivClassName
{
background-color: #4993B3;
}
.BgClassName
{
background-color: #4993B3;
}
</style>
border-color css
<style>
span { border-color: #4993B3; }
span { border-color: rgb(73,147,179); }
td.TdClassName
{
border-color: #4993B3;
}
.TagClassName
{
border-color: #4993B3;
}
</style>