Shades of Boston Blue #4490AB
Tints of Boston Blue #4490AB
RGB
CMYK
RGB Variations
Color information
#4490AB (or 0x4490AB) is known color: Boston Blue. HEX triplet: 44, 90 and AB. RGB value is (68,144,171). Sum of RGB (Red+Green+Blue) = 68+144+171=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #4490AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4490AB is #BB6F54. Grayscale: #7C7C7C. Windows color (decimal): -12283733 or 11243588. OLE color: 11243588.
HSL color Cylindrical-coordinate representation of color #4490AB: hue angle of 195.73º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4490AB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 144 | 171 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.33 |
| HSL | 195.73º | 0.43% | 0.47% | - |
| HSV(B) | 195.73º | 0.6% | 0.67% | - |
| XYZ | 19.71 | 24.12 | 42.14 | - |
| YUV | 124.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 171 | 0.60 | 0.16 | 0 | 0.33 | 195.73 | 0.43 | 0.47 |
| Hex | 44 | 90 | AB | 3C | 10 | 0 | 21 | C4 | 2B | 2F |
| Octal | 104 | 220 | 253 | 74 | 20 | 0 | 41 | 304 | 53 | 57 |
| Binary | 1000100 | 10010000 | 10101011 | 111100 | 10000 | 0 | 100001 | 11000100 | 101011 | 101111 |
Color Harmonies of #4490AB
Complementary color
Monochromatic Colors of #4490AB
Black with #4490AB
Text Example
Text Example
White with #4490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490AB; }
p { color: rgb(68,144,171); }
H1.HeaderClassName
{
color: #4490AB;
}
.AnyTagClassName
{
color: #4490AB;
}
</style>
background-color css
<style>
a { background-color: #4490AB; }
a { background-color: rgb(68,144,171); }
div.DivClassName
{
background-color: #4490AB;
}
.BgClassName
{
background-color: #4490AB;
}
</style>
border-color css
<style>
span { border-color: #4490AB; }
span { border-color: rgb(68,144,171); }
td.TdClassName
{
border-color: #4490AB;
}
.TagClassName
{
border-color: #4490AB;
}
</style>