Shades of Boston Blue #4A9FAC
Tints of Boston Blue #4A9FAC
RGB
CMYK
RGB Variations
Color information
#4A9FAC (or 0x4A9FAC) is known color: Boston Blue. HEX triplet: 4A, 9F and AC. RGB value is (74,159,172). Sum of RGB (Red+Green+Blue) = 74+159+172=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A9FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9FAC is #B56053. Grayscale: #868686. Windows color (decimal): -11886676 or 11312970. OLE color: 11312970.
HSL color Cylindrical-coordinate representation of color #4A9FAC: hue angle of 187.96º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A9FAC is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 159 | 172 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.33 |
| HSL | 187.96º | 0.4% | 0.48% | - |
| HSV(B) | 187.96º | 0.57% | 0.67% | - |
| XYZ | 22.67 | 29.23 | 43.48 | - |
| YUV | 135.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 159 | 172 | 0.57 | 0.08 | 0 | 0.33 | 187.96 | 0.4 | 0.48 |
| Hex | 4A | 9F | AC | 39 | 8 | 0 | 21 | BC | 28 | 30 |
| Octal | 112 | 237 | 254 | 71 | 10 | 0 | 41 | 274 | 50 | 60 |
| Binary | 1001010 | 10011111 | 10101100 | 111001 | 1000 | 0 | 100001 | 10111100 | 101000 | 110000 |
Color Harmonies of #4A9FAC
Complementary color
Monochromatic Colors of #4A9FAC
Black with #4A9FAC
Text Example
Text Example
White with #4A9FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9FAC; }
p { color: rgb(74,159,172); }
H1.HeaderClassName
{
color: #4A9FAC;
}
.AnyTagClassName
{
color: #4A9FAC;
}
</style>
background-color css
<style>
a { background-color: #4A9FAC; }
a { background-color: rgb(74,159,172); }
div.DivClassName
{
background-color: #4A9FAC;
}
.BgClassName
{
background-color: #4A9FAC;
}
</style>
border-color css
<style>
span { border-color: #4A9FAC; }
span { border-color: rgb(74,159,172); }
td.TdClassName
{
border-color: #4A9FAC;
}
.TagClassName
{
border-color: #4A9FAC;
}
</style>