Shades of Boston Blue #4C8DB3
Tints of Boston Blue #4C8DB3
RGB
CMYK
RGB Variations
Color information
#4C8DB3 (or 0x4C8DB3) is known color: Boston Blue. HEX triplet: 4C, 8D and B3. RGB value is (76,141,179). Sum of RGB (Red+Green+Blue) = 76+141+179=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C8DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DB3 is #B3724C. Grayscale: #7D7D7D. Windows color (decimal): -11760205 or 11767116. OLE color: 11767116.
HSL color Cylindrical-coordinate representation of color #4C8DB3: hue angle of 202.14º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C8DB3 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 141 | 179 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.30 |
| HSL | 202.14º | 0.4% | 0.5% | - |
| HSV(B) | 202.14º | 0.58% | 0.7% | - |
| XYZ | 20.64 | 23.84 | 46.16 | - |
| YUV | 125.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 179 | 0.58 | 0.21 | 0 | 0.30 | 202.14 | 0.4 | 0.5 |
| Hex | 4C | 8D | B3 | 3A | 15 | 0 | 1E | CA | 28 | 32 |
| Octal | 114 | 215 | 263 | 72 | 25 | 0 | 36 | 312 | 50 | 62 |
| Binary | 1001100 | 10001101 | 10110011 | 111010 | 10101 | 0 | 11110 | 11001010 | 101000 | 110010 |
Color Harmonies of #4C8DB3
Complementary color
Monochromatic Colors of #4C8DB3
Black with #4C8DB3
Text Example
Text Example
White with #4C8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DB3; }
p { color: rgb(76,141,179); }
H1.HeaderClassName
{
color: #4C8DB3;
}
.AnyTagClassName
{
color: #4C8DB3;
}
</style>
background-color css
<style>
a { background-color: #4C8DB3; }
a { background-color: rgb(76,141,179); }
div.DivClassName
{
background-color: #4C8DB3;
}
.BgClassName
{
background-color: #4C8DB3;
}
</style>
border-color css
<style>
span { border-color: #4C8DB3; }
span { border-color: rgb(76,141,179); }
td.TdClassName
{
border-color: #4C8DB3;
}
.TagClassName
{
border-color: #4C8DB3;
}
</style>