Shades of Boston Blue #4F8BAE
Tints of Boston Blue #4F8BAE
RGB
CMYK
RGB Variations
Color information
#4F8BAE (or 0x4F8BAE) is known color: Boston Blue. HEX triplet: 4F, 8B and AE. RGB value is (79,139,174). Sum of RGB (Red+Green+Blue) = 79+139+174=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #4F8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8BAE is #B07451. Grayscale: #7C7C7C. Windows color (decimal): -11564114 or 11438927. OLE color: 11438927.
HSL color Cylindrical-coordinate representation of color #4F8BAE: hue angle of 202.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F8BAE is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 139 | 174 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.32 |
| HSL | 202.11º | 0.38% | 0.5% | - |
| HSV(B) | 202.11º | 0.55% | 0.68% | - |
| XYZ | 20.1 | 23.18 | 43.46 | - |
| YUV | 125.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 174 | 0.55 | 0.20 | 0 | 0.32 | 202.11 | 0.38 | 0.5 |
| Hex | 4F | 8B | AE | 37 | 14 | 0 | 20 | CA | 26 | 32 |
| Octal | 117 | 213 | 256 | 67 | 24 | 0 | 40 | 312 | 46 | 62 |
| Binary | 1001111 | 10001011 | 10101110 | 110111 | 10100 | 0 | 100000 | 11001010 | 100110 | 110010 |
Color Harmonies of #4F8BAE
Complementary color
Monochromatic Colors of #4F8BAE
Black with #4F8BAE
Text Example
Text Example
White with #4F8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8BAE; }
p { color: rgb(79,139,174); }
H1.HeaderClassName
{
color: #4F8BAE;
}
.AnyTagClassName
{
color: #4F8BAE;
}
</style>
background-color css
<style>
a { background-color: #4F8BAE; }
a { background-color: rgb(79,139,174); }
div.DivClassName
{
background-color: #4F8BAE;
}
.BgClassName
{
background-color: #4F8BAE;
}
</style>
border-color css
<style>
span { border-color: #4F8BAE; }
span { border-color: rgb(79,139,174); }
td.TdClassName
{
border-color: #4F8BAE;
}
.TagClassName
{
border-color: #4F8BAE;
}
</style>