Shades of Boston Blue #4F93AD
Tints of Boston Blue #4F93AD
RGB
CMYK
RGB Variations
Color information
#4F93AD (or 0x4F93AD) is known color: Boston Blue. HEX triplet: 4F, 93 and AD. RGB value is (79,147,173). Sum of RGB (Red+Green+Blue) = 79+147+173=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F93AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F93AD is #B06C52. Grayscale: #818181. Windows color (decimal): -11562067 or 11375439. OLE color: 11375439.
HSL color Cylindrical-coordinate representation of color #4F93AD: hue angle of 196.6º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F93AD is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 147 | 173 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.32 |
| HSL | 196.6º | 0.37% | 0.49% | - |
| HSV(B) | 196.6º | 0.54% | 0.68% | - |
| XYZ | 21.2 | 25.55 | 43.35 | - |
| YUV | 129.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 147 | 173 | 0.54 | 0.15 | 0 | 0.32 | 196.6 | 0.37 | 0.49 |
| Hex | 4F | 93 | AD | 36 | F | 0 | 20 | C5 | 25 | 31 |
| Octal | 117 | 223 | 255 | 66 | 17 | 0 | 40 | 305 | 45 | 61 |
| Binary | 1001111 | 10010011 | 10101101 | 110110 | 1111 | 0 | 100000 | 11000101 | 100101 | 110001 |
Color Harmonies of #4F93AD
Complementary color
Monochromatic Colors of #4F93AD
Black with #4F93AD
Text Example
Text Example
White with #4F93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F93AD; }
p { color: rgb(79,147,173); }
H1.HeaderClassName
{
color: #4F93AD;
}
.AnyTagClassName
{
color: #4F93AD;
}
</style>
background-color css
<style>
a { background-color: #4F93AD; }
a { background-color: rgb(79,147,173); }
div.DivClassName
{
background-color: #4F93AD;
}
.BgClassName
{
background-color: #4F93AD;
}
</style>
border-color css
<style>
span { border-color: #4F93AD; }
span { border-color: rgb(79,147,173); }
td.TdClassName
{
border-color: #4F93AD;
}
.TagClassName
{
border-color: #4F93AD;
}
</style>