Shades of Boston Blue #4490AE
Tints of Boston Blue #4490AE
RGB
CMYK
RGB Variations
Color information
#4490AE (or 0x4490AE) is known color: Boston Blue. HEX triplet: 44, 90 and AE. RGB value is (68,144,174). Sum of RGB (Red+Green+Blue) = 68+144+174=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #4490AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4490AE is #BB6F51. Grayscale: #7C7C7C. Windows color (decimal): -12283730 or 11440196. OLE color: 11440196.
HSL color Cylindrical-coordinate representation of color #4490AE: hue angle of 196.98º 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 #4490AE is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 144 | 174 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.32 |
| HSL | 196.98º | 0.44% | 0.47% | - |
| HSV(B) | 196.98º | 0.61% | 0.68% | - |
| XYZ | 20 | 24.23 | 43.67 | - |
| YUV | 124.7 | 155.82 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 174 | 0.61 | 0.17 | 0 | 0.32 | 196.98 | 0.44 | 0.47 |
| Hex | 44 | 90 | AE | 3D | 11 | 0 | 20 | C5 | 2C | 2F |
| Octal | 104 | 220 | 256 | 75 | 21 | 0 | 40 | 305 | 54 | 57 |
| Binary | 1000100 | 10010000 | 10101110 | 111101 | 10001 | 0 | 100000 | 11000101 | 101100 | 101111 |
Color Harmonies of #4490AE
Complementary color
Monochromatic Colors of #4490AE
Black with #4490AE
Text Example
Text Example
White with #4490AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490AE; }
p { color: rgb(68,144,174); }
H1.HeaderClassName
{
color: #4490AE;
}
.AnyTagClassName
{
color: #4490AE;
}
</style>
background-color css
<style>
a { background-color: #4490AE; }
a { background-color: rgb(68,144,174); }
div.DivClassName
{
background-color: #4490AE;
}
.BgClassName
{
background-color: #4490AE;
}
</style>
border-color css
<style>
span { border-color: #4490AE; }
span { border-color: rgb(68,144,174); }
td.TdClassName
{
border-color: #4490AE;
}
.TagClassName
{
border-color: #4490AE;
}
</style>