Shades of Boston Blue #4F8BAC
Tints of Boston Blue #4F8BAC
RGB
CMYK
RGB Variations
Color information
#4F8BAC (or 0x4F8BAC) is known color: Boston Blue. HEX triplet: 4F, 8B and AC. RGB value is (79,139,172). Sum of RGB (Red+Green+Blue) = 79+139+172=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F8BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8BAC is #B07453. Grayscale: #7C7C7C. Windows color (decimal): -11564116 or 11307855. OLE color: 11307855.
HSL color Cylindrical-coordinate representation of color #4F8BAC: hue angle of 201.29º 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 #4F8BAC is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 139 | 172 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.33 |
| HSL | 201.29º | 0.37% | 0.49% | - |
| HSV(B) | 201.29º | 0.54% | 0.67% | - |
| XYZ | 19.9 | 23.11 | 42.44 | - |
| YUV | 124.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 172 | 0.54 | 0.19 | 0 | 0.33 | 201.29 | 0.37 | 0.49 |
| Hex | 4F | 8B | AC | 36 | 13 | 0 | 21 | C9 | 25 | 31 |
| Octal | 117 | 213 | 254 | 66 | 23 | 0 | 41 | 311 | 45 | 61 |
| Binary | 1001111 | 10001011 | 10101100 | 110110 | 10011 | 0 | 100001 | 11001001 | 100101 | 110001 |
Color Harmonies of #4F8BAC
Complementary color
Monochromatic Colors of #4F8BAC
Black with #4F8BAC
Text Example
Text Example
White with #4F8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8BAC; }
p { color: rgb(79,139,172); }
H1.HeaderClassName
{
color: #4F8BAC;
}
.AnyTagClassName
{
color: #4F8BAC;
}
</style>
background-color css
<style>
a { background-color: #4F8BAC; }
a { background-color: rgb(79,139,172); }
div.DivClassName
{
background-color: #4F8BAC;
}
.BgClassName
{
background-color: #4F8BAC;
}
</style>
border-color css
<style>
span { border-color: #4F8BAC; }
span { border-color: rgb(79,139,172); }
td.TdClassName
{
border-color: #4F8BAC;
}
.TagClassName
{
border-color: #4F8BAC;
}
</style>