Shades of Boston Blue #4F8CAA
Tints of Boston Blue #4F8CAA
RGB
CMYK
RGB Variations
Color information
#4F8CAA (or 0x4F8CAA) is known color: Boston Blue. HEX triplet: 4F, 8C and AA. RGB value is (79,140,170). Sum of RGB (Red+Green+Blue) = 79+140+170=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8CAA is #B07355. Grayscale: #7D7D7D. Windows color (decimal): -11563862 or 11177039. OLE color: 11177039.
HSL color Cylindrical-coordinate representation of color #4F8CAA: hue angle of 199.78º 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 #4F8CAA is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 140 | 170 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.33 |
| HSL | 199.78º | 0.37% | 0.49% | - |
| HSV(B) | 199.78º | 0.54% | 0.67% | - |
| XYZ | 19.86 | 23.32 | 41.48 | - |
| YUV | 125.18 | 153.29 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 140 | 170 | 0.54 | 0.18 | 0 | 0.33 | 199.78 | 0.37 | 0.49 |
| Hex | 4F | 8C | AA | 36 | 12 | 0 | 21 | C8 | 25 | 31 |
| Octal | 117 | 214 | 252 | 66 | 22 | 0 | 41 | 310 | 45 | 61 |
| Binary | 1001111 | 10001100 | 10101010 | 110110 | 10010 | 0 | 100001 | 11001000 | 100101 | 110001 |
Color Harmonies of #4F8CAA
Complementary color
Monochromatic Colors of #4F8CAA
Black with #4F8CAA
Text Example
Text Example
White with #4F8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8CAA; }
p { color: rgb(79,140,170); }
H1.HeaderClassName
{
color: #4F8CAA;
}
.AnyTagClassName
{
color: #4F8CAA;
}
</style>
background-color css
<style>
a { background-color: #4F8CAA; }
a { background-color: rgb(79,140,170); }
div.DivClassName
{
background-color: #4F8CAA;
}
.BgClassName
{
background-color: #4F8CAA;
}
</style>
border-color css
<style>
span { border-color: #4F8CAA; }
span { border-color: rgb(79,140,170); }
td.TdClassName
{
border-color: #4F8CAA;
}
.TagClassName
{
border-color: #4F8CAA;
}
</style>