Shades of Boston Blue #449CB0
Tints of Boston Blue #449CB0
RGB
CMYK
RGB Variations
Color information
#449CB0 (or 0x449CB0) is known color: Boston Blue. HEX triplet: 44, 9C and B0. RGB value is (68,156,176). Sum of RGB (Red+Green+Blue) = 68+156+176=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #449CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449CB0 is #BB634F. Grayscale: #838383. Windows color (decimal): -12280656 or 11574340. OLE color: 11574340.
HSL color Cylindrical-coordinate representation of color #449CB0: hue angle of 191.11º 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 #449CB0 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 156 | 176 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.31 |
| HSL | 191.11º | 0.44% | 0.48% | - |
| HSV(B) | 191.11º | 0.61% | 0.69% | - |
| XYZ | 22.11 | 28.14 | 45.34 | - |
| YUV | 131.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 176 | 0.61 | 0.11 | 0 | 0.31 | 191.11 | 0.44 | 0.48 |
| Hex | 44 | 9C | B0 | 3D | B | 0 | 1F | BF | 2C | 30 |
| Octal | 104 | 234 | 260 | 75 | 13 | 0 | 37 | 277 | 54 | 60 |
| Binary | 1000100 | 10011100 | 10110000 | 111101 | 1011 | 0 | 11111 | 10111111 | 101100 | 110000 |
Color Harmonies of #449CB0
Complementary color
Monochromatic Colors of #449CB0
Black with #449CB0
Text Example
Text Example
White with #449CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CB0; }
p { color: rgb(68,156,176); }
H1.HeaderClassName
{
color: #449CB0;
}
.AnyTagClassName
{
color: #449CB0;
}
</style>
background-color css
<style>
a { background-color: #449CB0; }
a { background-color: rgb(68,156,176); }
div.DivClassName
{
background-color: #449CB0;
}
.BgClassName
{
background-color: #449CB0;
}
</style>
border-color css
<style>
span { border-color: #449CB0; }
span { border-color: rgb(68,156,176); }
td.TdClassName
{
border-color: #449CB0;
}
.TagClassName
{
border-color: #449CB0;
}
</style>