Shades of Boston Blue #4592A3
Tints of Boston Blue #4592A3
RGB
CMYK
RGB Variations
Color information
#4592A3 (or 0x4592A3) is known color: Boston Blue. HEX triplet: 45, 92 and A3. RGB value is (69,146,163). Sum of RGB (Red+Green+Blue) = 69+146+163=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #4592A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4592A3 is #BA6D5C. Grayscale: #7C7C7C. Windows color (decimal): -12217693 or 10719813. OLE color: 10719813.
HSL color Cylindrical-coordinate representation of color #4592A3: hue angle of 190.85º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4592A3 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 146 | 163 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.36 |
| HSL | 190.85º | 0.41% | 0.45% | - |
| HSV(B) | 190.85º | 0.58% | 0.64% | - |
| XYZ | 19.34 | 24.47 | 38.35 | - |
| YUV | 124.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 163 | 0.58 | 0.10 | 0 | 0.36 | 190.85 | 0.41 | 0.45 |
| Hex | 45 | 92 | A3 | 3A | A | 0 | 24 | BF | 29 | 2D |
| Octal | 105 | 222 | 243 | 72 | 12 | 0 | 44 | 277 | 51 | 55 |
| Binary | 1000101 | 10010010 | 10100011 | 111010 | 1010 | 0 | 100100 | 10111111 | 101001 | 101101 |
Color Harmonies of #4592A3
Complementary color
Monochromatic Colors of #4592A3
Black with #4592A3
Text Example
Text Example
White with #4592A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4592A3; }
p { color: rgb(69,146,163); }
H1.HeaderClassName
{
color: #4592A3;
}
.AnyTagClassName
{
color: #4592A3;
}
</style>
background-color css
<style>
a { background-color: #4592A3; }
a { background-color: rgb(69,146,163); }
div.DivClassName
{
background-color: #4592A3;
}
.BgClassName
{
background-color: #4592A3;
}
</style>
border-color css
<style>
span { border-color: #4592A3; }
span { border-color: rgb(69,146,163); }
td.TdClassName
{
border-color: #4592A3;
}
.TagClassName
{
border-color: #4592A3;
}
</style>