Shades of Boston Blue #4F8FAB
Tints of Boston Blue #4F8FAB
RGB
CMYK
RGB Variations
Color information
#4F8FAB (or 0x4F8FAB) is known color: Boston Blue. HEX triplet: 4F, 8F and AB. RGB value is (79,143,171). Sum of RGB (Red+Green+Blue) = 79+143+171=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F8FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8FAB is #B07054. Grayscale: #7E7E7E. Windows color (decimal): -11563093 or 11243343. OLE color: 11243343.
HSL color Cylindrical-coordinate representation of color #4F8FAB: hue angle of 198.26º 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 #4F8FAB is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 143 | 171 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.33 |
| HSL | 198.26º | 0.37% | 0.49% | - |
| HSV(B) | 198.26º | 0.54% | 0.67% | - |
| XYZ | 20.4 | 24.25 | 42.13 | - |
| YUV | 127.06 | 152.8 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 143 | 171 | 0.54 | 0.16 | 0 | 0.33 | 198.26 | 0.37 | 0.49 |
| Hex | 4F | 8F | AB | 36 | 10 | 0 | 21 | C6 | 25 | 31 |
| Octal | 117 | 217 | 253 | 66 | 20 | 0 | 41 | 306 | 45 | 61 |
| Binary | 1001111 | 10001111 | 10101011 | 110110 | 10000 | 0 | 100001 | 11000110 | 100101 | 110001 |
Color Harmonies of #4F8FAB
Complementary color
Monochromatic Colors of #4F8FAB
Black with #4F8FAB
Text Example
Text Example
White with #4F8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8FAB; }
p { color: rgb(79,143,171); }
H1.HeaderClassName
{
color: #4F8FAB;
}
.AnyTagClassName
{
color: #4F8FAB;
}
</style>
background-color css
<style>
a { background-color: #4F8FAB; }
a { background-color: rgb(79,143,171); }
div.DivClassName
{
background-color: #4F8FAB;
}
.BgClassName
{
background-color: #4F8FAB;
}
</style>
border-color css
<style>
span { border-color: #4F8FAB; }
span { border-color: rgb(79,143,171); }
td.TdClassName
{
border-color: #4F8FAB;
}
.TagClassName
{
border-color: #4F8FAB;
}
</style>