Shades of Boston Blue #4C97A4
Tints of Boston Blue #4C97A4
RGB
CMYK
RGB Variations
Color information
#4C97A4 (or 0x4C97A4) is known color: Boston Blue. HEX triplet: 4C, 97 and A4. RGB value is (76,151,164). Sum of RGB (Red+Green+Blue) = 76+151+164=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C97A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C97A4 is #B3685B. Grayscale: #818181. Windows color (decimal): -11757660 or 10786636. OLE color: 10786636.
HSL color Cylindrical-coordinate representation of color #4C97A4: hue angle of 188.86º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C97A4 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 151 | 164 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.36 |
| HSL | 188.86º | 0.37% | 0.47% | - |
| HSV(B) | 188.86º | 0.54% | 0.64% | - |
| XYZ | 20.75 | 26.35 | 39.11 | - |
| YUV | 130.06 | 147.15 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 164 | 0.54 | 0.08 | 0 | 0.36 | 188.86 | 0.37 | 0.47 |
| Hex | 4C | 97 | A4 | 36 | 8 | 0 | 24 | BD | 25 | 2F |
| Octal | 114 | 227 | 244 | 66 | 10 | 0 | 44 | 275 | 45 | 57 |
| Binary | 1001100 | 10010111 | 10100100 | 110110 | 1000 | 0 | 100100 | 10111101 | 100101 | 101111 |
Color Harmonies of #4C97A4
Complementary color
Monochromatic Colors of #4C97A4
Black with #4C97A4
Text Example
Text Example
White with #4C97A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C97A4; }
p { color: rgb(76,151,164); }
H1.HeaderClassName
{
color: #4C97A4;
}
.AnyTagClassName
{
color: #4C97A4;
}
</style>
background-color css
<style>
a { background-color: #4C97A4; }
a { background-color: rgb(76,151,164); }
div.DivClassName
{
background-color: #4C97A4;
}
.BgClassName
{
background-color: #4C97A4;
}
</style>
border-color css
<style>
span { border-color: #4C97A4; }
span { border-color: rgb(76,151,164); }
td.TdClassName
{
border-color: #4C97A4;
}
.TagClassName
{
border-color: #4C97A4;
}
</style>