Shades of Boston Blue #4A9BBA
Tints of Boston Blue #4A9BBA
RGB
CMYK
RGB Variations
Color information
#4A9BBA (or 0x4A9BBA) is known color: Boston Blue. HEX triplet: 4A, 9B and BA. RGB value is (74,155,186). Sum of RGB (Red+Green+Blue) = 74+155+186=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A9BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9BBA is #B56445. Grayscale: #868686. Windows color (decimal): -11887686 or 12229450. OLE color: 12229450.
HSL color Cylindrical-coordinate representation of color #4A9BBA: hue angle of 196.61º 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 #4A9BBA is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 155 | 186 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.27 |
| HSL | 196.61º | 0.45% | 0.51% | - |
| HSV(B) | 196.61º | 0.6% | 0.73% | - |
| XYZ | 23.41 | 28.44 | 50.71 | - |
| YUV | 134.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 155 | 186 | 0.60 | 0.17 | 0 | 0.27 | 196.61 | 0.45 | 0.51 |
| Hex | 4A | 9B | BA | 3C | 11 | 0 | 1B | C5 | 2D | 33 |
| Octal | 112 | 233 | 272 | 74 | 21 | 0 | 33 | 305 | 55 | 63 |
| Binary | 1001010 | 10011011 | 10111010 | 111100 | 10001 | 0 | 11011 | 11000101 | 101101 | 110011 |
Color Harmonies of #4A9BBA
Complementary color
Monochromatic Colors of #4A9BBA
Black with #4A9BBA
Text Example
Text Example
White with #4A9BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9BBA; }
p { color: rgb(74,155,186); }
H1.HeaderClassName
{
color: #4A9BBA;
}
.AnyTagClassName
{
color: #4A9BBA;
}
</style>
background-color css
<style>
a { background-color: #4A9BBA; }
a { background-color: rgb(74,155,186); }
div.DivClassName
{
background-color: #4A9BBA;
}
.BgClassName
{
background-color: #4A9BBA;
}
</style>
border-color css
<style>
span { border-color: #4A9BBA; }
span { border-color: rgb(74,155,186); }
td.TdClassName
{
border-color: #4A9BBA;
}
.TagClassName
{
border-color: #4A9BBA;
}
</style>