Shades of Boston Blue #4590AD
Tints of Boston Blue #4590AD
RGB
CMYK
RGB Variations
Color information
#4590AD (or 0x4590AD) is known color: Boston Blue. HEX triplet: 45, 90 and AD. RGB value is (69,144,173). Sum of RGB (Red+Green+Blue) = 69+144+173=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #4590AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4590AD is #BA6F52. Grayscale: #7C7C7C. Windows color (decimal): -12218195 or 11374661. OLE color: 11374661.
HSL color Cylindrical-coordinate representation of color #4590AD: hue angle of 196.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4590AD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 144 | 173 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.32 |
| HSL | 196.73º | 0.43% | 0.47% | - |
| HSV(B) | 196.73º | 0.6% | 0.68% | - |
| XYZ | 19.97 | 24.23 | 43.16 | - |
| YUV | 124.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 173 | 0.60 | 0.17 | 0 | 0.32 | 196.73 | 0.43 | 0.47 |
| Hex | 45 | 90 | AD | 3C | 11 | 0 | 20 | C5 | 2B | 2F |
| Octal | 105 | 220 | 255 | 74 | 21 | 0 | 40 | 305 | 53 | 57 |
| Binary | 1000101 | 10010000 | 10101101 | 111100 | 10001 | 0 | 100000 | 11000101 | 101011 | 101111 |
Color Harmonies of #4590AD
Complementary color
Monochromatic Colors of #4590AD
Black with #4590AD
Text Example
Text Example
White with #4590AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4590AD; }
p { color: rgb(69,144,173); }
H1.HeaderClassName
{
color: #4590AD;
}
.AnyTagClassName
{
color: #4590AD;
}
</style>
background-color css
<style>
a { background-color: #4590AD; }
a { background-color: rgb(69,144,173); }
div.DivClassName
{
background-color: #4590AD;
}
.BgClassName
{
background-color: #4590AD;
}
</style>
border-color css
<style>
span { border-color: #4590AD; }
span { border-color: rgb(69,144,173); }
td.TdClassName
{
border-color: #4590AD;
}
.TagClassName
{
border-color: #4590AD;
}
</style>