Shades of Boston Blue #4490AF
Tints of Boston Blue #4490AF
RGB
CMYK
RGB Variations
Color information
#4490AF (or 0x4490AF) is known color: Boston Blue. HEX triplet: 44, 90 and AF. RGB value is (68,144,175). Sum of RGB (Red+Green+Blue) = 68+144+175=387 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.57% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #4490AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4490AF is #BB6F50. Grayscale: #7C7C7C. Windows color (decimal): -12283729 or 11505732. OLE color: 11505732.
HSL color Cylindrical-coordinate representation of color #4490AF: hue angle of 197.38º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4490AF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 144 | 175 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.31 |
| HSL | 197.38º | 0.44% | 0.48% | - |
| HSV(B) | 197.38º | 0.61% | 0.69% | - |
| XYZ | 20.1 | 24.27 | 44.18 | - |
| YUV | 124.81 | 156.32 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 144 | 175 | 0.61 | 0.18 | 0 | 0.31 | 197.38 | 0.44 | 0.48 |
| Hex | 44 | 90 | AF | 3D | 12 | 0 | 1F | C5 | 2C | 30 |
| Octal | 104 | 220 | 257 | 75 | 22 | 0 | 37 | 305 | 54 | 60 |
| Binary | 1000100 | 10010000 | 10101111 | 111101 | 10010 | 0 | 11111 | 11000101 | 101100 | 110000 |
Color Harmonies of #4490AF
Complementary color
Monochromatic Colors of #4490AF
Black with #4490AF
Text Example
Text Example
White with #4490AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4490AF; }
p { color: rgb(68,144,175); }
H1.HeaderClassName
{
color: #4490AF;
}
.AnyTagClassName
{
color: #4490AF;
}
</style>
background-color css
<style>
a { background-color: #4490AF; }
a { background-color: rgb(68,144,175); }
div.DivClassName
{
background-color: #4490AF;
}
.BgClassName
{
background-color: #4490AF;
}
</style>
border-color css
<style>
span { border-color: #4490AF; }
span { border-color: rgb(68,144,175); }
td.TdClassName
{
border-color: #4490AF;
}
.TagClassName
{
border-color: #4490AF;
}
</style>