Shades of Boston Blue #4A91BA
Tints of Boston Blue #4A91BA
RGB
CMYK
RGB Variations
Color information
#4A91BA (or 0x4A91BA) is known color: Boston Blue. HEX triplet: 4A, 91 and BA. RGB value is (74,145,186). Sum of RGB (Red+Green+Blue) = 74+145+186=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A91BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A91BA is #B56E45. Grayscale: #808080. Windows color (decimal): -11890246 or 12226890. OLE color: 12226890.
HSL color Cylindrical-coordinate representation of color #4A91BA: hue angle of 201.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A91BA is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 145 | 186 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.27 |
| HSL | 201.96º | 0.45% | 0.51% | - |
| HSV(B) | 201.96º | 0.6% | 0.73% | - |
| XYZ | 21.81 | 25.25 | 50.18 | - |
| YUV | 128.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 145 | 186 | 0.60 | 0.22 | 0 | 0.27 | 201.96 | 0.45 | 0.51 |
| Hex | 4A | 91 | BA | 3C | 16 | 0 | 1B | CA | 2D | 33 |
| Octal | 112 | 221 | 272 | 74 | 26 | 0 | 33 | 312 | 55 | 63 |
| Binary | 1001010 | 10010001 | 10111010 | 111100 | 10110 | 0 | 11011 | 11001010 | 101101 | 110011 |
Color Harmonies of #4A91BA
Complementary color
Monochromatic Colors of #4A91BA
Black with #4A91BA
Text Example
Text Example
White with #4A91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A91BA; }
p { color: rgb(74,145,186); }
H1.HeaderClassName
{
color: #4A91BA;
}
.AnyTagClassName
{
color: #4A91BA;
}
</style>
background-color css
<style>
a { background-color: #4A91BA; }
a { background-color: rgb(74,145,186); }
div.DivClassName
{
background-color: #4A91BA;
}
.BgClassName
{
background-color: #4A91BA;
}
</style>
border-color css
<style>
span { border-color: #4A91BA; }
span { border-color: rgb(74,145,186); }
td.TdClassName
{
border-color: #4A91BA;
}
.TagClassName
{
border-color: #4A91BA;
}
</style>