Shades of Boston Blue #4A8CA4
Tints of Boston Blue #4A8CA4
RGB
CMYK
RGB Variations
Color information
#4A8CA4 (or 0x4A8CA4) is known color: Boston Blue. HEX triplet: 4A, 8C and A4. RGB value is (74,140,164). Sum of RGB (Red+Green+Blue) = 74+140+164=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #4A8CA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8CA4 is #B5735B. Grayscale: #7A7A7A. Windows color (decimal): -11891548 or 10783818. OLE color: 10783818.
HSL color Cylindrical-coordinate representation of color #4A8CA4: hue angle of 196º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A8CA4 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 140 | 164 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.36 |
| HSL | 196º | 0.38% | 0.47% | - |
| HSV(B) | 196º | 0.55% | 0.64% | - |
| XYZ | 18.9 | 22.89 | 38.54 | - |
| YUV | 123 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 164 | 0.55 | 0.15 | 0 | 0.36 | 196 | 0.38 | 0.47 |
| Hex | 4A | 8C | A4 | 37 | F | 0 | 24 | C4 | 26 | 2F |
| Octal | 112 | 214 | 244 | 67 | 17 | 0 | 44 | 304 | 46 | 57 |
| Binary | 1001010 | 10001100 | 10100100 | 110111 | 1111 | 0 | 100100 | 11000100 | 100110 | 101111 |
Color Harmonies of #4A8CA4
Complementary color
Monochromatic Colors of #4A8CA4
Black with #4A8CA4
Text Example
Text Example
White with #4A8CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8CA4; }
p { color: rgb(74,140,164); }
H1.HeaderClassName
{
color: #4A8CA4;
}
.AnyTagClassName
{
color: #4A8CA4;
}
</style>
background-color css
<style>
a { background-color: #4A8CA4; }
a { background-color: rgb(74,140,164); }
div.DivClassName
{
background-color: #4A8CA4;
}
.BgClassName
{
background-color: #4A8CA4;
}
</style>
border-color css
<style>
span { border-color: #4A8CA4; }
span { border-color: rgb(74,140,164); }
td.TdClassName
{
border-color: #4A8CA4;
}
.TagClassName
{
border-color: #4A8CA4;
}
</style>