Shades of Boston Blue #4A93A5
Tints of Boston Blue #4A93A5
RGB
CMYK
RGB Variations
Color information
#4A93A5 (or 0x4A93A5) is known color: Boston Blue. HEX triplet: 4A, 93 and A5. RGB value is (74,147,165). Sum of RGB (Red+Green+Blue) = 74+147+165=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #4A93A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A93A5 is #B56C5A. Grayscale: #7F7F7F. Windows color (decimal): -11889755 or 10851146. OLE color: 10851146.
HSL color Cylindrical-coordinate representation of color #4A93A5: hue angle of 191.87º 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 #4A93A5 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 147 | 165 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.35 |
| HSL | 191.87º | 0.38% | 0.47% | - |
| HSV(B) | 191.87º | 0.55% | 0.65% | - |
| XYZ | 20.05 | 25.04 | 39.37 | - |
| YUV | 127.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 147 | 165 | 0.55 | 0.11 | 0 | 0.35 | 191.87 | 0.38 | 0.47 |
| Hex | 4A | 93 | A5 | 37 | B | 0 | 23 | C0 | 26 | 2F |
| Octal | 112 | 223 | 245 | 67 | 13 | 0 | 43 | 300 | 46 | 57 |
| Binary | 1001010 | 10010011 | 10100101 | 110111 | 1011 | 0 | 100011 | 11000000 | 100110 | 101111 |
Color Harmonies of #4A93A5
Complementary color
Monochromatic Colors of #4A93A5
Black with #4A93A5
Text Example
Text Example
White with #4A93A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A93A5; }
p { color: rgb(74,147,165); }
H1.HeaderClassName
{
color: #4A93A5;
}
.AnyTagClassName
{
color: #4A93A5;
}
</style>
background-color css
<style>
a { background-color: #4A93A5; }
a { background-color: rgb(74,147,165); }
div.DivClassName
{
background-color: #4A93A5;
}
.BgClassName
{
background-color: #4A93A5;
}
</style>
border-color css
<style>
span { border-color: #4A93A5; }
span { border-color: rgb(74,147,165); }
td.TdClassName
{
border-color: #4A93A5;
}
.TagClassName
{
border-color: #4A93A5;
}
</style>