Shades of Boston Blue #449BB5
Tints of Boston Blue #449BB5
RGB
CMYK
RGB Variations
Color information
#449BB5 (or 0x449BB5) is known color: Boston Blue. HEX triplet: 44, 9B and B5. RGB value is (68,155,181). Sum of RGB (Red+Green+Blue) = 68+155+181=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #449BB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BB5 is #BB644A. Grayscale: #838383. Windows color (decimal): -12280907 or 11901764. OLE color: 11901764.
HSL color Cylindrical-coordinate representation of color #449BB5: hue angle of 193.81º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #449BB5 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 155 | 181 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.29 |
| HSL | 193.81º | 0.45% | 0.49% | - |
| HSV(B) | 193.81º | 0.62% | 0.71% | - |
| XYZ | 22.45 | 28.01 | 47.94 | - |
| YUV | 131.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 181 | 0.62 | 0.14 | 0 | 0.29 | 193.81 | 0.45 | 0.49 |
| Hex | 44 | 9B | B5 | 3E | E | 0 | 1D | C2 | 2D | 31 |
| Octal | 104 | 233 | 265 | 76 | 16 | 0 | 35 | 302 | 55 | 61 |
| Binary | 1000100 | 10011011 | 10110101 | 111110 | 1110 | 0 | 11101 | 11000010 | 101101 | 110001 |
Color Harmonies of #449BB5
Complementary color
Monochromatic Colors of #449BB5
Black with #449BB5
Text Example
Text Example
White with #449BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BB5; }
p { color: rgb(68,155,181); }
H1.HeaderClassName
{
color: #449BB5;
}
.AnyTagClassName
{
color: #449BB5;
}
</style>
background-color css
<style>
a { background-color: #449BB5; }
a { background-color: rgb(68,155,181); }
div.DivClassName
{
background-color: #449BB5;
}
.BgClassName
{
background-color: #449BB5;
}
</style>
border-color css
<style>
span { border-color: #449BB5; }
span { border-color: rgb(68,155,181); }
td.TdClassName
{
border-color: #449BB5;
}
.TagClassName
{
border-color: #449BB5;
}
</style>