Shades of Boston Blue #449BAF
Tints of Boston Blue #449BAF
RGB
CMYK
RGB Variations
Color information
#449BAF (or 0x449BAF) is known color: Boston Blue. HEX triplet: 44, 9B and AF. RGB value is (68,155,175). Sum of RGB (Red+Green+Blue) = 68+155+175=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #449BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449BAF is #BB6450. Grayscale: #838383. Windows color (decimal): -12280913 or 11508548. OLE color: 11508548.
HSL color Cylindrical-coordinate representation of color #449BAF: hue angle of 191.21º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #449BAF is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 155 | 175 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.31 |
| HSL | 191.22º | 0.44% | 0.48% | - |
| HSV(B) | 191.22º | 0.61% | 0.69% | - |
| XYZ | 21.84 | 27.77 | 44.77 | - |
| YUV | 131.27 | 152.68 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 175 | 0.61 | 0.11 | 0 | 0.31 | 191.22 | 0.44 | 0.48 |
| Hex | 44 | 9B | AF | 3D | B | 0 | 1F | BF | 2C | 30 |
| Octal | 104 | 233 | 257 | 75 | 13 | 0 | 37 | 277 | 54 | 60 |
| Binary | 1000100 | 10011011 | 10101111 | 111101 | 1011 | 0 | 11111 | 10111111 | 101100 | 110000 |
Color Harmonies of #449BAF
Complementary color
Monochromatic Colors of #449BAF
Black with #449BAF
Text Example
Text Example
White with #449BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449BAF; }
p { color: rgb(68,155,175); }
H1.HeaderClassName
{
color: #449BAF;
}
.AnyTagClassName
{
color: #449BAF;
}
</style>
background-color css
<style>
a { background-color: #449BAF; }
a { background-color: rgb(68,155,175); }
div.DivClassName
{
background-color: #449BAF;
}
.BgClassName
{
background-color: #449BAF;
}
</style>
border-color css
<style>
span { border-color: #449BAF; }
span { border-color: rgb(68,155,175); }
td.TdClassName
{
border-color: #449BAF;
}
.TagClassName
{
border-color: #449BAF;
}
</style>