Shades of Boston Blue #449CAE
Tints of Boston Blue #449CAE
RGB
CMYK
RGB Variations
Color information
#449CAE (or 0x449CAE) is known color: Boston Blue. HEX triplet: 44, 9C and AE. RGB value is (68,156,174). Sum of RGB (Red+Green+Blue) = 68+156+174=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #449CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449CAE is #BB6351. Grayscale: #838383. Windows color (decimal): -12280658 or 11443268. OLE color: 11443268.
HSL color Cylindrical-coordinate representation of color #449CAE: hue angle of 190.19º 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 #449CAE is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 156 | 174 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.32 |
| HSL | 190.19º | 0.44% | 0.47% | - |
| HSV(B) | 190.19º | 0.61% | 0.68% | - |
| XYZ | 21.91 | 28.06 | 44.31 | - |
| YUV | 131.74 | 151.85 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 174 | 0.61 | 0.10 | 0 | 0.32 | 190.19 | 0.44 | 0.47 |
| Hex | 44 | 9C | AE | 3D | A | 0 | 20 | BE | 2C | 2F |
| Octal | 104 | 234 | 256 | 75 | 12 | 0 | 40 | 276 | 54 | 57 |
| Binary | 1000100 | 10011100 | 10101110 | 111101 | 1010 | 0 | 100000 | 10111110 | 101100 | 101111 |
Color Harmonies of #449CAE
Complementary color
Monochromatic Colors of #449CAE
Black with #449CAE
Text Example
Text Example
White with #449CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CAE; }
p { color: rgb(68,156,174); }
H1.HeaderClassName
{
color: #449CAE;
}
.AnyTagClassName
{
color: #449CAE;
}
</style>
background-color css
<style>
a { background-color: #449CAE; }
a { background-color: rgb(68,156,174); }
div.DivClassName
{
background-color: #449CAE;
}
.BgClassName
{
background-color: #449CAE;
}
</style>
border-color css
<style>
span { border-color: #449CAE; }
span { border-color: rgb(68,156,174); }
td.TdClassName
{
border-color: #449CAE;
}
.TagClassName
{
border-color: #449CAE;
}
</style>