Shades of Boston Blue #4C97BA
Tints of Boston Blue #4C97BA
RGB
CMYK
RGB Variations
Color information
#4C97BA (or 0x4C97BA) is known color: Boston Blue. HEX triplet: 4C, 97 and BA. RGB value is (76,151,186). Sum of RGB (Red+Green+Blue) = 76+151+186=413 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.40% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C97BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C97BA is #B36845. Grayscale: #848484. Windows color (decimal): -11757638 or 12228428. OLE color: 12228428.
HSL color Cylindrical-coordinate representation of color #4C97BA: hue angle of 199.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C97BA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 151 | 186 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.27 |
| HSL | 199.09º | 0.44% | 0.51% | - |
| HSV(B) | 199.09º | 0.59% | 0.73% | - |
| XYZ | 22.91 | 27.21 | 50.5 | - |
| YUV | 132.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 186 | 0.59 | 0.19 | 0 | 0.27 | 199.09 | 0.44 | 0.51 |
| Hex | 4C | 97 | BA | 3B | 13 | 0 | 1B | C7 | 2C | 33 |
| Octal | 114 | 227 | 272 | 73 | 23 | 0 | 33 | 307 | 54 | 63 |
| Binary | 1001100 | 10010111 | 10111010 | 111011 | 10011 | 0 | 11011 | 11000111 | 101100 | 110011 |
Color Harmonies of #4C97BA
Complementary color
Monochromatic Colors of #4C97BA
Black with #4C97BA
Text Example
Text Example
White with #4C97BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C97BA; }
p { color: rgb(76,151,186); }
H1.HeaderClassName
{
color: #4C97BA;
}
.AnyTagClassName
{
color: #4C97BA;
}
</style>
background-color css
<style>
a { background-color: #4C97BA; }
a { background-color: rgb(76,151,186); }
div.DivClassName
{
background-color: #4C97BA;
}
.BgClassName
{
background-color: #4C97BA;
}
</style>
border-color css
<style>
span { border-color: #4C97BA; }
span { border-color: rgb(76,151,186); }
td.TdClassName
{
border-color: #4C97BA;
}
.TagClassName
{
border-color: #4C97BA;
}
</style>