Shades of Boston Blue #449FAC
Tints of Boston Blue #449FAC
RGB
CMYK
RGB Variations
Color information
#449FAC (or 0x449FAC) is known color: Boston Blue. HEX triplet: 44, 9F and AC. RGB value is (68,159,172). Sum of RGB (Red+Green+Blue) = 68+159+172=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #449FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449FAC is #BB6053. Grayscale: #858585. Windows color (decimal): -12279892 or 11312964. OLE color: 11312964.
HSL color Cylindrical-coordinate representation of color #449FAC: hue angle of 187.5º 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 #449FAC is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 159 | 172 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.33 |
| HSL | 187.5º | 0.43% | 0.47% | - |
| HSV(B) | 187.5º | 0.6% | 0.67% | - |
| XYZ | 22.23 | 29 | 43.46 | - |
| YUV | 133.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 172 | 0.60 | 0.08 | 0 | 0.33 | 187.5 | 0.43 | 0.47 |
| Hex | 44 | 9F | AC | 3C | 8 | 0 | 21 | BC | 2B | 2F |
| Octal | 104 | 237 | 254 | 74 | 10 | 0 | 41 | 274 | 53 | 57 |
| Binary | 1000100 | 10011111 | 10101100 | 111100 | 1000 | 0 | 100001 | 10111100 | 101011 | 101111 |
Color Harmonies of #449FAC
Complementary color
Monochromatic Colors of #449FAC
Black with #449FAC
Text Example
Text Example
White with #449FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449FAC; }
p { color: rgb(68,159,172); }
H1.HeaderClassName
{
color: #449FAC;
}
.AnyTagClassName
{
color: #449FAC;
}
</style>
background-color css
<style>
a { background-color: #449FAC; }
a { background-color: rgb(68,159,172); }
div.DivClassName
{
background-color: #449FAC;
}
.BgClassName
{
background-color: #449FAC;
}
</style>
border-color css
<style>
span { border-color: #449FAC; }
span { border-color: rgb(68,159,172); }
td.TdClassName
{
border-color: #449FAC;
}
.TagClassName
{
border-color: #449FAC;
}
</style>