Shades of Boston Blue #4490AD
Tints of Boston Blue #4490AD
RGB
CMYK
RGB Variations
Color information
#4490AD (or 0x4490AD) is known color: Boston Blue. HEX triplet: 44, 90 and AD. RGB value is (68,144,173). Sum of RGB (Red+Green+Blue) = 68+144+173=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #4490AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4490AD is #BB6F52. Grayscale: #7C7C7C. Windows color (decimal): -12283731 or 11374660. OLE color: 11374660.
HSL color Cylindrical-coordinate representation of color #4490AD: hue angle of 196.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4490AD is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 144 | 173 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.32 |
| HSL | 196.57º | 0.44% | 0.47% | - |
| HSV(B) | 196.57º | 0.61% | 0.68% | - |
| XYZ | 19.9 | 24.19 | 43.16 | - |
| YUV | 124.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 173 | 0.61 | 0.17 | 0 | 0.32 | 196.57 | 0.44 | 0.47 |
| Hex | 44 | 90 | AD | 3D | 11 | 0 | 20 | C5 | 2C | 2F |
| Octal | 104 | 220 | 255 | 75 | 21 | 0 | 40 | 305 | 54 | 57 |
| Binary | 1000100 | 10010000 | 10101101 | 111101 | 10001 | 0 | 100000 | 11000101 | 101100 | 101111 |
Color Harmonies of #4490AD
Complementary color
Monochromatic Colors of #4490AD
Black with #4490AD
Text Example
Text Example
White with #4490AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490AD; }
p { color: rgb(68,144,173); }
H1.HeaderClassName
{
color: #4490AD;
}
.AnyTagClassName
{
color: #4490AD;
}
</style>
background-color css
<style>
a { background-color: #4490AD; }
a { background-color: rgb(68,144,173); }
div.DivClassName
{
background-color: #4490AD;
}
.BgClassName
{
background-color: #4490AD;
}
</style>
border-color css
<style>
span { border-color: #4490AD; }
span { border-color: rgb(68,144,173); }
td.TdClassName
{
border-color: #4490AD;
}
.TagClassName
{
border-color: #4490AD;
}
</style>