Shades of Boston Blue #4495AB
Tints of Boston Blue #4495AB
RGB
CMYK
RGB Variations
Color information
#4495AB (or 0x4495AB) is known color: Boston Blue. HEX triplet: 44, 95 and AB. RGB value is (68,149,171). Sum of RGB (Red+Green+Blue) = 68+149+171=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #4495AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4495AB is #BB6A54. Grayscale: #7F7F7F. Windows color (decimal): -12282453 or 11244868. OLE color: 11244868.
HSL color Cylindrical-coordinate representation of color #4495AB: hue angle of 192.82º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4495AB is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 149 | 171 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.33 |
| HSL | 192.82º | 0.43% | 0.47% | - |
| HSV(B) | 192.82º | 0.6% | 0.67% | - |
| XYZ | 20.48 | 25.66 | 42.4 | - |
| YUV | 127.29 | 152.66 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 171 | 0.60 | 0.13 | 0 | 0.33 | 192.82 | 0.43 | 0.47 |
| Hex | 44 | 95 | AB | 3C | D | 0 | 21 | C1 | 2B | 2F |
| Octal | 104 | 225 | 253 | 74 | 15 | 0 | 41 | 301 | 53 | 57 |
| Binary | 1000100 | 10010101 | 10101011 | 111100 | 1101 | 0 | 100001 | 11000001 | 101011 | 101111 |
Color Harmonies of #4495AB
Complementary color
Monochromatic Colors of #4495AB
Black with #4495AB
Text Example
Text Example
White with #4495AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4495AB; }
p { color: rgb(68,149,171); }
H1.HeaderClassName
{
color: #4495AB;
}
.AnyTagClassName
{
color: #4495AB;
}
</style>
background-color css
<style>
a { background-color: #4495AB; }
a { background-color: rgb(68,149,171); }
div.DivClassName
{
background-color: #4495AB;
}
.BgClassName
{
background-color: #4495AB;
}
</style>
border-color css
<style>
span { border-color: #4495AB; }
span { border-color: rgb(68,149,171); }
td.TdClassName
{
border-color: #4495AB;
}
.TagClassName
{
border-color: #4495AB;
}
</style>