Shades of Boston Blue #449AB6
Tints of Boston Blue #449AB6
RGB
CMYK
RGB Variations
Color information
#449AB6 (or 0x449AB6) is known color: Boston Blue. HEX triplet: 44, 9A and B6. RGB value is (68,154,182). Sum of RGB (Red+Green+Blue) = 68+154+182=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #449AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449AB6 is #BB6549. Grayscale: #838383. Windows color (decimal): -12281162 or 11967044. OLE color: 11967044.
HSL color Cylindrical-coordinate representation of color #449AB6: hue angle of 194.74º 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 #449AB6 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 154 | 182 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.29 |
| HSL | 194.74º | 0.46% | 0.49% | - |
| HSV(B) | 194.74º | 0.63% | 0.71% | - |
| XYZ | 22.38 | 27.72 | 48.43 | - |
| YUV | 131.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 182 | 0.63 | 0.15 | 0 | 0.29 | 194.74 | 0.46 | 0.49 |
| Hex | 44 | 9A | B6 | 3F | F | 0 | 1D | C3 | 2E | 31 |
| Octal | 104 | 232 | 266 | 77 | 17 | 0 | 35 | 303 | 56 | 61 |
| Binary | 1000100 | 10011010 | 10110110 | 111111 | 1111 | 0 | 11101 | 11000011 | 101110 | 110001 |
Color Harmonies of #449AB6
Complementary color
Monochromatic Colors of #449AB6
Black with #449AB6
Text Example
Text Example
White with #449AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449AB6; }
p { color: rgb(68,154,182); }
H1.HeaderClassName
{
color: #449AB6;
}
.AnyTagClassName
{
color: #449AB6;
}
</style>
background-color css
<style>
a { background-color: #449AB6; }
a { background-color: rgb(68,154,182); }
div.DivClassName
{
background-color: #449AB6;
}
.BgClassName
{
background-color: #449AB6;
}
</style>
border-color css
<style>
span { border-color: #449AB6; }
span { border-color: rgb(68,154,182); }
td.TdClassName
{
border-color: #449AB6;
}
.TagClassName
{
border-color: #449AB6;
}
</style>