Shades of Boston Blue #449CB6
Tints of Boston Blue #449CB6
RGB
CMYK
RGB Variations
Color information
#449CB6 (or 0x449CB6) is known color: Boston Blue. HEX triplet: 44, 9C and B6. RGB value is (68,156,182). Sum of RGB (Red+Green+Blue) = 68+156+182=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #449CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CB6 is #BB6349. Grayscale: #848484. Windows color (decimal): -12280650 or 11967556. OLE color: 11967556.
HSL color Cylindrical-coordinate representation of color #449CB6: hue angle of 193.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #449CB6 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 156 | 182 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.29 |
| HSL | 193.68º | 0.46% | 0.49% | - |
| HSV(B) | 193.68º | 0.63% | 0.71% | - |
| XYZ | 22.72 | 28.38 | 48.54 | - |
| YUV | 132.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 182 | 0.63 | 0.14 | 0 | 0.29 | 193.68 | 0.46 | 0.49 |
| Hex | 44 | 9C | B6 | 3F | E | 0 | 1D | C2 | 2E | 31 |
| Octal | 104 | 234 | 266 | 77 | 16 | 0 | 35 | 302 | 56 | 61 |
| Binary | 1000100 | 10011100 | 10110110 | 111111 | 1110 | 0 | 11101 | 11000010 | 101110 | 110001 |
Color Harmonies of #449CB6
Complementary color
Monochromatic Colors of #449CB6
Black with #449CB6
Text Example
Text Example
White with #449CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449CB6; }
p { color: rgb(68,156,182); }
H1.HeaderClassName
{
color: #449CB6;
}
.AnyTagClassName
{
color: #449CB6;
}
</style>
background-color css
<style>
a { background-color: #449CB6; }
a { background-color: rgb(68,156,182); }
div.DivClassName
{
background-color: #449CB6;
}
.BgClassName
{
background-color: #449CB6;
}
</style>
border-color css
<style>
span { border-color: #449CB6; }
span { border-color: rgb(68,156,182); }
td.TdClassName
{
border-color: #449CB6;
}
.TagClassName
{
border-color: #449CB6;
}
</style>