Shades of Boston Blue #4F8AAD
Tints of Boston Blue #4F8AAD
RGB
CMYK
RGB Variations
Color information
#4F8AAD (or 0x4F8AAD) is known color: Boston Blue. HEX triplet: 4F, 8A and AD. RGB value is (79,138,173). Sum of RGB (Red+Green+Blue) = 79+138+173=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F8AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8AAD is #B07552. Grayscale: #7C7C7C. Windows color (decimal): -11564371 or 11373135. OLE color: 11373135.
HSL color Cylindrical-coordinate representation of color #4F8AAD: hue angle of 202.34º 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 #4F8AAD is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 138 | 173 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.32 |
| HSL | 202.34º | 0.37% | 0.49% | - |
| HSV(B) | 202.34º | 0.54% | 0.68% | - |
| XYZ | 19.86 | 22.86 | 42.9 | - |
| YUV | 124.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 138 | 173 | 0.54 | 0.20 | 0 | 0.32 | 202.34 | 0.37 | 0.49 |
| Hex | 4F | 8A | AD | 36 | 14 | 0 | 20 | CA | 25 | 31 |
| Octal | 117 | 212 | 255 | 66 | 24 | 0 | 40 | 312 | 45 | 61 |
| Binary | 1001111 | 10001010 | 10101101 | 110110 | 10100 | 0 | 100000 | 11001010 | 100101 | 110001 |
Color Harmonies of #4F8AAD
Complementary color
Monochromatic Colors of #4F8AAD
Black with #4F8AAD
Text Example
Text Example
White with #4F8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8AAD; }
p { color: rgb(79,138,173); }
H1.HeaderClassName
{
color: #4F8AAD;
}
.AnyTagClassName
{
color: #4F8AAD;
}
</style>
background-color css
<style>
a { background-color: #4F8AAD; }
a { background-color: rgb(79,138,173); }
div.DivClassName
{
background-color: #4F8AAD;
}
.BgClassName
{
background-color: #4F8AAD;
}
</style>
border-color css
<style>
span { border-color: #4F8AAD; }
span { border-color: rgb(79,138,173); }
td.TdClassName
{
border-color: #4F8AAD;
}
.TagClassName
{
border-color: #4F8AAD;
}
</style>