Shades of Boston Blue #4A8EA7
Tints of Boston Blue #4A8EA7
RGB
CMYK
RGB Variations
Color information
#4A8EA7 (or 0x4A8EA7) is known color: Boston Blue. HEX triplet: 4A, 8E and A7. RGB value is (74,142,167). Sum of RGB (Red+Green+Blue) = 74+142+167=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A8EA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8EA7 is #B57158. Grayscale: #7C7C7C. Windows color (decimal): -11891033 or 10980938. OLE color: 10980938.
HSL color Cylindrical-coordinate representation of color #4A8EA7: hue angle of 196.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A8EA7 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 142 | 167 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.35 |
| HSL | 196.13º | 0.39% | 0.47% | - |
| HSV(B) | 196.13º | 0.56% | 0.65% | - |
| XYZ | 19.47 | 23.59 | 40.09 | - |
| YUV | 124.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 167 | 0.56 | 0.15 | 0 | 0.35 | 196.13 | 0.39 | 0.47 |
| Hex | 4A | 8E | A7 | 38 | F | 0 | 23 | C4 | 27 | 2F |
| Octal | 112 | 216 | 247 | 70 | 17 | 0 | 43 | 304 | 47 | 57 |
| Binary | 1001010 | 10001110 | 10100111 | 111000 | 1111 | 0 | 100011 | 11000100 | 100111 | 101111 |
Color Harmonies of #4A8EA7
Complementary color
Monochromatic Colors of #4A8EA7
Black with #4A8EA7
Text Example
Text Example
White with #4A8EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8EA7; }
p { color: rgb(74,142,167); }
H1.HeaderClassName
{
color: #4A8EA7;
}
.AnyTagClassName
{
color: #4A8EA7;
}
</style>
background-color css
<style>
a { background-color: #4A8EA7; }
a { background-color: rgb(74,142,167); }
div.DivClassName
{
background-color: #4A8EA7;
}
.BgClassName
{
background-color: #4A8EA7;
}
</style>
border-color css
<style>
span { border-color: #4A8EA7; }
span { border-color: rgb(74,142,167); }
td.TdClassName
{
border-color: #4A8EA7;
}
.TagClassName
{
border-color: #4A8EA7;
}
</style>