Shades of Boston Blue #449CBC
Tints of Boston Blue #449CBC
RGB
CMYK
RGB Variations
Color information
#449CBC (or 0x449CBC) is known color: Boston Blue. HEX triplet: 44, 9C and BC. RGB value is (68,156,188). Sum of RGB (Red+Green+Blue) = 68+156+188=412 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.50% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #449CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CBC is #BB6343. Grayscale: #858585. Windows color (decimal): -12280644 or 12360772. OLE color: 12360772.
HSL color Cylindrical-coordinate representation of color #449CBC: hue angle of 196º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #449CBC is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 156 | 188 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.26 |
| HSL | 196º | 0.47% | 0.5% | - |
| HSV(B) | 196º | 0.64% | 0.74% | - |
| XYZ | 23.35 | 28.64 | 51.87 | - |
| YUV | 133.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 188 | 0.64 | 0.17 | 0 | 0.26 | 196 | 0.47 | 0.5 |
| Hex | 44 | 9C | BC | 40 | 11 | 0 | 1A | C4 | 2F | 32 |
| Octal | 104 | 234 | 274 | 100 | 21 | 0 | 32 | 304 | 57 | 62 |
| Binary | 1000100 | 10011100 | 10111100 | 1000000 | 10001 | 0 | 11010 | 11000100 | 101111 | 110010 |
Color Harmonies of #449CBC
Complementary color
Monochromatic Colors of #449CBC
Black with #449CBC
Text Example
Text Example
White with #449CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CBC; }
p { color: rgb(68,156,188); }
H1.HeaderClassName
{
color: #449CBC;
}
.AnyTagClassName
{
color: #449CBC;
}
</style>
background-color css
<style>
a { background-color: #449CBC; }
a { background-color: rgb(68,156,188); }
div.DivClassName
{
background-color: #449CBC;
}
.BgClassName
{
background-color: #449CBC;
}
</style>
border-color css
<style>
span { border-color: #449CBC; }
span { border-color: rgb(68,156,188); }
td.TdClassName
{
border-color: #449CBC;
}
.TagClassName
{
border-color: #449CBC;
}
</style>