Shades of Boston Blue #4F96AC
Tints of Boston Blue #4F96AC
RGB
CMYK
RGB Variations
Color information
#4F96AC (or 0x4F96AC) is known color: Boston Blue. HEX triplet: 4F, 96 and AC. RGB value is (79,150,172). Sum of RGB (Red+Green+Blue) = 79+150+172=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F96AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F96AC is #B06953. Grayscale: #838383. Windows color (decimal): -11561300 or 11310671. OLE color: 11310671.
HSL color Cylindrical-coordinate representation of color #4F96AC: hue angle of 194.19º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F96AC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 150 | 172 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.33 |
| HSL | 194.19º | 0.37% | 0.49% | - |
| HSV(B) | 194.19º | 0.54% | 0.67% | - |
| XYZ | 21.58 | 26.45 | 43 | - |
| YUV | 131.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 150 | 172 | 0.54 | 0.13 | 0 | 0.33 | 194.19 | 0.37 | 0.49 |
| Hex | 4F | 96 | AC | 36 | D | 0 | 21 | C2 | 25 | 31 |
| Octal | 117 | 226 | 254 | 66 | 15 | 0 | 41 | 302 | 45 | 61 |
| Binary | 1001111 | 10010110 | 10101100 | 110110 | 1101 | 0 | 100001 | 11000010 | 100101 | 110001 |
Color Harmonies of #4F96AC
Complementary color
Monochromatic Colors of #4F96AC
Black with #4F96AC
Text Example
Text Example
White with #4F96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F96AC; }
p { color: rgb(79,150,172); }
H1.HeaderClassName
{
color: #4F96AC;
}
.AnyTagClassName
{
color: #4F96AC;
}
</style>
background-color css
<style>
a { background-color: #4F96AC; }
a { background-color: rgb(79,150,172); }
div.DivClassName
{
background-color: #4F96AC;
}
.BgClassName
{
background-color: #4F96AC;
}
</style>
border-color css
<style>
span { border-color: #4F96AC; }
span { border-color: rgb(79,150,172); }
td.TdClassName
{
border-color: #4F96AC;
}
.TagClassName
{
border-color: #4F96AC;
}
</style>