Shades of Boston Blue #4499BB
Tints of Boston Blue #4499BB
RGB
CMYK
RGB Variations
Color information
#4499BB (or 0x4499BB) is known color: Boston Blue. HEX triplet: 44, 99 and BB. RGB value is (68,153,187). Sum of RGB (Red+Green+Blue) = 68+153+187=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #4499BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4499BB is #BB6644. Grayscale: #838383. Windows color (decimal): -12281413 or 12294468. OLE color: 12294468.
HSL color Cylindrical-coordinate representation of color #4499BB: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4499BB is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 153 | 187 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.27 |
| HSL | 197.14º | 0.47% | 0.5% | - |
| HSV(B) | 197.14º | 0.64% | 0.73% | - |
| XYZ | 22.74 | 27.6 | 51.14 | - |
| YUV | 131.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 187 | 0.64 | 0.18 | 0 | 0.27 | 197.14 | 0.47 | 0.5 |
| Hex | 44 | 99 | BB | 40 | 12 | 0 | 1B | C5 | 2F | 32 |
| Octal | 104 | 231 | 273 | 100 | 22 | 0 | 33 | 305 | 57 | 62 |
| Binary | 1000100 | 10011001 | 10111011 | 1000000 | 10010 | 0 | 11011 | 11000101 | 101111 | 110010 |
Color Harmonies of #4499BB
Complementary color
Monochromatic Colors of #4499BB
Black with #4499BB
Text Example
Text Example
White with #4499BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499BB; }
p { color: rgb(68,153,187); }
H1.HeaderClassName
{
color: #4499BB;
}
.AnyTagClassName
{
color: #4499BB;
}
</style>
background-color css
<style>
a { background-color: #4499BB; }
a { background-color: rgb(68,153,187); }
div.DivClassName
{
background-color: #4499BB;
}
.BgClassName
{
background-color: #4499BB;
}
</style>
border-color css
<style>
span { border-color: #4499BB; }
span { border-color: rgb(68,153,187); }
td.TdClassName
{
border-color: #4499BB;
}
.TagClassName
{
border-color: #4499BB;
}
</style>