Shades of Boston Blue #4993AF
Tints of Boston Blue #4993AF
RGB
CMYK
RGB Variations
Color information
#4993AF (or 0x4993AF) is known color: Boston Blue. HEX triplet: 49, 93 and AF. RGB value is (73,147,175). Sum of RGB (Red+Green+Blue) = 73+147+175=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #4993AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4993AF is #B66C50. Grayscale: #7F7F7F. Windows color (decimal): -11955281 or 11506505. OLE color: 11506505.
HSL color Cylindrical-coordinate representation of color #4993AF: hue angle of 196.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4993AF is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 147 | 175 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.31 |
| HSL | 196.47º | 0.41% | 0.49% | - |
| HSV(B) | 196.47º | 0.58% | 0.69% | - |
| XYZ | 20.92 | 25.38 | 44.35 | - |
| YUV | 128.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 175 | 0.58 | 0.16 | 0 | 0.31 | 196.47 | 0.41 | 0.49 |
| Hex | 49 | 93 | AF | 3A | 10 | 0 | 1F | C4 | 29 | 31 |
| Octal | 111 | 223 | 257 | 72 | 20 | 0 | 37 | 304 | 51 | 61 |
| Binary | 1001001 | 10010011 | 10101111 | 111010 | 10000 | 0 | 11111 | 11000100 | 101001 | 110001 |
Color Harmonies of #4993AF
Complementary color
Monochromatic Colors of #4993AF
Black with #4993AF
Text Example
Text Example
White with #4993AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4993AF; }
p { color: rgb(73,147,175); }
H1.HeaderClassName
{
color: #4993AF;
}
.AnyTagClassName
{
color: #4993AF;
}
</style>
background-color css
<style>
a { background-color: #4993AF; }
a { background-color: rgb(73,147,175); }
div.DivClassName
{
background-color: #4993AF;
}
.BgClassName
{
background-color: #4993AF;
}
</style>
border-color css
<style>
span { border-color: #4993AF; }
span { border-color: rgb(73,147,175); }
td.TdClassName
{
border-color: #4993AF;
}
.TagClassName
{
border-color: #4993AF;
}
</style>