Shades of Boston Blue #4C92B3
Tints of Boston Blue #4C92B3
RGB
CMYK
RGB Variations
Color information
#4C92B3 (or 0x4C92B3) is known color: Boston Blue. HEX triplet: 4C, 92 and B3. RGB value is (76,146,179). Sum of RGB (Red+Green+Blue) = 76+146+179=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C92B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C92B3 is #B36D4C. Grayscale: #808080. Windows color (decimal): -11758925 or 11768396. OLE color: 11768396.
HSL color Cylindrical-coordinate representation of color #4C92B3: hue angle of 199.22º 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 #4C92B3 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 146 | 179 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.30 |
| HSL | 199.22º | 0.4% | 0.5% | - |
| HSV(B) | 199.22º | 0.58% | 0.7% | - |
| XYZ | 21.4 | 25.35 | 46.41 | - |
| YUV | 128.83 | 156.31 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 179 | 0.58 | 0.18 | 0 | 0.30 | 199.22 | 0.4 | 0.5 |
| Hex | 4C | 92 | B3 | 3A | 12 | 0 | 1E | C7 | 28 | 32 |
| Octal | 114 | 222 | 263 | 72 | 22 | 0 | 36 | 307 | 50 | 62 |
| Binary | 1001100 | 10010010 | 10110011 | 111010 | 10010 | 0 | 11110 | 11000111 | 101000 | 110010 |
Color Harmonies of #4C92B3
Complementary color
Monochromatic Colors of #4C92B3
Black with #4C92B3
Text Example
Text Example
White with #4C92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C92B3; }
p { color: rgb(76,146,179); }
H1.HeaderClassName
{
color: #4C92B3;
}
.AnyTagClassName
{
color: #4C92B3;
}
</style>
background-color css
<style>
a { background-color: #4C92B3; }
a { background-color: rgb(76,146,179); }
div.DivClassName
{
background-color: #4C92B3;
}
.BgClassName
{
background-color: #4C92B3;
}
</style>
border-color css
<style>
span { border-color: #4C92B3; }
span { border-color: rgb(76,146,179); }
td.TdClassName
{
border-color: #4C92B3;
}
.TagClassName
{
border-color: #4C92B3;
}
</style>