Shades of Boston Blue #449DA4
Tints of Boston Blue #449DA4
RGB
CMYK
RGB Variations
Color information
#449DA4 (or 0x449DA4) is known color: Boston Blue. HEX triplet: 44, 9D and A4. RGB value is (68,157,164). Sum of RGB (Red+Green+Blue) = 68+157+164=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #449DA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449DA4 is #BB625B. Grayscale: #838383. Windows color (decimal): -12280412 or 10788164. OLE color: 10788164.
HSL color Cylindrical-coordinate representation of color #449DA4: hue angle of 184.38º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #449DA4 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 157 | 164 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.36 |
| HSL | 184.38º | 0.41% | 0.45% | - |
| HSV(B) | 184.38º | 0.59% | 0.64% | - |
| XYZ | 21.14 | 28.02 | 39.42 | - |
| YUV | 131.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 157 | 164 | 0.59 | 0.04 | 0 | 0.36 | 184.38 | 0.41 | 0.45 |
| Hex | 44 | 9D | A4 | 3B | 4 | 0 | 24 | B8 | 29 | 2D |
| Octal | 104 | 235 | 244 | 73 | 4 | 0 | 44 | 270 | 51 | 55 |
| Binary | 1000100 | 10011101 | 10100100 | 111011 | 100 | 0 | 100100 | 10111000 | 101001 | 101101 |
Color Harmonies of #449DA4
Complementary color
Monochromatic Colors of #449DA4
Black with #449DA4
Text Example
Text Example
White with #449DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449DA4; }
p { color: rgb(68,157,164); }
H1.HeaderClassName
{
color: #449DA4;
}
.AnyTagClassName
{
color: #449DA4;
}
</style>
background-color css
<style>
a { background-color: #449DA4; }
a { background-color: rgb(68,157,164); }
div.DivClassName
{
background-color: #449DA4;
}
.BgClassName
{
background-color: #449DA4;
}
</style>
border-color css
<style>
span { border-color: #449DA4; }
span { border-color: rgb(68,157,164); }
td.TdClassName
{
border-color: #449DA4;
}
.TagClassName
{
border-color: #449DA4;
}
</style>