Shades of Boston Blue #4CA0AE
Tints of Boston Blue #4CA0AE
RGB
CMYK
RGB Variations
Color information
#4CA0AE (or 0x4CA0AE) is known color: Boston Blue. HEX triplet: 4C, A0 and AE. RGB value is (76,160,174). Sum of RGB (Red+Green+Blue) = 76+160+174=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #4CA0AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA0AE is #B35F51. Grayscale: #888888. Windows color (decimal): -11755346 or 11444300. OLE color: 11444300.
HSL color Cylindrical-coordinate representation of color #4CA0AE: hue angle of 188.57º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CA0AE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 160 | 174 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.32 |
| HSL | 188.57º | 0.39% | 0.49% | - |
| HSV(B) | 188.57º | 0.56% | 0.68% | - |
| XYZ | 23.19 | 29.73 | 44.56 | - |
| YUV | 136.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 160 | 174 | 0.56 | 0.08 | 0 | 0.32 | 188.57 | 0.39 | 0.49 |
| Hex | 4C | A0 | AE | 38 | 8 | 0 | 20 | BD | 27 | 31 |
| Octal | 114 | 240 | 256 | 70 | 10 | 0 | 40 | 275 | 47 | 61 |
| Binary | 1001100 | 10100000 | 10101110 | 111000 | 1000 | 0 | 100000 | 10111101 | 100111 | 110001 |
Color Harmonies of #4CA0AE
Complementary color
Monochromatic Colors of #4CA0AE
Black with #4CA0AE
Text Example
Text Example
White with #4CA0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA0AE; }
p { color: rgb(76,160,174); }
H1.HeaderClassName
{
color: #4CA0AE;
}
.AnyTagClassName
{
color: #4CA0AE;
}
</style>
background-color css
<style>
a { background-color: #4CA0AE; }
a { background-color: rgb(76,160,174); }
div.DivClassName
{
background-color: #4CA0AE;
}
.BgClassName
{
background-color: #4CA0AE;
}
</style>
border-color css
<style>
span { border-color: #4CA0AE; }
span { border-color: rgb(76,160,174); }
td.TdClassName
{
border-color: #4CA0AE;
}
.TagClassName
{
border-color: #4CA0AE;
}
</style>