Shades of Boston Blue #4A92B3
Tints of Boston Blue #4A92B3
RGB
CMYK
RGB Variations
Color information
#4A92B3 (or 0x4A92B3) is known color: Boston Blue. HEX triplet: 4A, 92 and B3. RGB value is (74,146,179). Sum of RGB (Red+Green+Blue) = 74+146+179=399 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.55% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #4A92B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A92B3 is #B56D4C. Grayscale: #808080. Windows color (decimal): -11889997 or 11768394. OLE color: 11768394.
HSL color Cylindrical-coordinate representation of color #4A92B3: hue angle of 198.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A92B3 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 146 | 179 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.30 |
| HSL | 198.86º | 0.42% | 0.5% | - |
| HSV(B) | 198.86º | 0.59% | 0.7% | - |
| XYZ | 21.24 | 25.27 | 46.41 | - |
| YUV | 128.23 | 156.65 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 146 | 179 | 0.59 | 0.18 | 0 | 0.30 | 198.86 | 0.42 | 0.5 |
| Hex | 4A | 92 | B3 | 3B | 12 | 0 | 1E | C7 | 2A | 32 |
| Octal | 112 | 222 | 263 | 73 | 22 | 0 | 36 | 307 | 52 | 62 |
| Binary | 1001010 | 10010010 | 10110011 | 111011 | 10010 | 0 | 11110 | 11000111 | 101010 | 110010 |
Color Harmonies of #4A92B3
Complementary color
Monochromatic Colors of #4A92B3
Black with #4A92B3
Text Example
Text Example
White with #4A92B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A92B3; }
p { color: rgb(74,146,179); }
H1.HeaderClassName
{
color: #4A92B3;
}
.AnyTagClassName
{
color: #4A92B3;
}
</style>
background-color css
<style>
a { background-color: #4A92B3; }
a { background-color: rgb(74,146,179); }
div.DivClassName
{
background-color: #4A92B3;
}
.BgClassName
{
background-color: #4A92B3;
}
</style>
border-color css
<style>
span { border-color: #4A92B3; }
span { border-color: rgb(74,146,179); }
td.TdClassName
{
border-color: #4A92B3;
}
.TagClassName
{
border-color: #4A92B3;
}
</style>