Shades of Boston Blue #4A91A6
Tints of Boston Blue #4A91A6
RGB
CMYK
RGB Variations
Color information
#4A91A6 (or 0x4A91A6) is known color: Boston Blue. HEX triplet: 4A, 91 and A6. RGB value is (74,145,166). Sum of RGB (Red+Green+Blue) = 74+145+166=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A91A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A91A6 is #B56E59. Grayscale: #7E7E7E. Windows color (decimal): -11890266 or 10916170. OLE color: 10916170.
HSL color Cylindrical-coordinate representation of color #4A91A6: hue angle of 193.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A91A6 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 145 | 166 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.35 |
| HSL | 193.7º | 0.38% | 0.47% | - |
| HSV(B) | 193.7º | 0.55% | 0.65% | - |
| XYZ | 19.83 | 24.46 | 39.75 | - |
| YUV | 126.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 166 | 0.55 | 0.13 | 0 | 0.35 | 193.7 | 0.38 | 0.47 |
| Hex | 4A | 91 | A6 | 37 | D | 0 | 23 | C2 | 26 | 2F |
| Octal | 112 | 221 | 246 | 67 | 15 | 0 | 43 | 302 | 46 | 57 |
| Binary | 1001010 | 10010001 | 10100110 | 110111 | 1101 | 0 | 100011 | 11000010 | 100110 | 101111 |
Color Harmonies of #4A91A6
Complementary color
Monochromatic Colors of #4A91A6
Black with #4A91A6
Text Example
Text Example
White with #4A91A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A91A6; }
p { color: rgb(74,145,166); }
H1.HeaderClassName
{
color: #4A91A6;
}
.AnyTagClassName
{
color: #4A91A6;
}
</style>
background-color css
<style>
a { background-color: #4A91A6; }
a { background-color: rgb(74,145,166); }
div.DivClassName
{
background-color: #4A91A6;
}
.BgClassName
{
background-color: #4A91A6;
}
</style>
border-color css
<style>
span { border-color: #4A91A6; }
span { border-color: rgb(74,145,166); }
td.TdClassName
{
border-color: #4A91A6;
}
.TagClassName
{
border-color: #4A91A6;
}
</style>