Shades of Boston Blue #4C91AC
Tints of Boston Blue #4C91AC
RGB
CMYK
RGB Variations
Color information
#4C91AC (or 0x4C91AC) is known color: Boston Blue. HEX triplet: 4C, 91 and AC. RGB value is (76,145,172). Sum of RGB (Red+Green+Blue) = 76+145+172=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C91AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C91AC is #B36E53. Grayscale: #7F7F7F. Windows color (decimal): -11759188 or 11309388. OLE color: 11309388.
HSL color Cylindrical-coordinate representation of color #4C91AC: hue angle of 196.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C91AC is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 145 | 172 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.33 |
| HSL | 196.88º | 0.39% | 0.49% | - |
| HSV(B) | 196.88º | 0.56% | 0.67% | - |
| XYZ | 20.55 | 24.77 | 42.73 | - |
| YUV | 127.45 | 153.14 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 145 | 172 | 0.56 | 0.16 | 0 | 0.33 | 196.88 | 0.39 | 0.49 |
| Hex | 4C | 91 | AC | 38 | 10 | 0 | 21 | C5 | 27 | 31 |
| Octal | 114 | 221 | 254 | 70 | 20 | 0 | 41 | 305 | 47 | 61 |
| Binary | 1001100 | 10010001 | 10101100 | 111000 | 10000 | 0 | 100001 | 11000101 | 100111 | 110001 |
Color Harmonies of #4C91AC
Complementary color
Monochromatic Colors of #4C91AC
Black with #4C91AC
Text Example
Text Example
White with #4C91AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C91AC; }
p { color: rgb(76,145,172); }
H1.HeaderClassName
{
color: #4C91AC;
}
.AnyTagClassName
{
color: #4C91AC;
}
</style>
background-color css
<style>
a { background-color: #4C91AC; }
a { background-color: rgb(76,145,172); }
div.DivClassName
{
background-color: #4C91AC;
}
.BgClassName
{
background-color: #4C91AC;
}
</style>
border-color css
<style>
span { border-color: #4C91AC; }
span { border-color: rgb(76,145,172); }
td.TdClassName
{
border-color: #4C91AC;
}
.TagClassName
{
border-color: #4C91AC;
}
</style>