Shades of Boston Blue #4499AD
Tints of Boston Blue #4499AD
RGB
CMYK
RGB Variations
Color information
#4499AD (or 0x4499AD) is known color: Boston Blue. HEX triplet: 44, 99 and AD. RGB value is (68,153,173). Sum of RGB (Red+Green+Blue) = 68+153+173=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #4499AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4499AD is #BB6652. Grayscale: #818181. Windows color (decimal): -12281427 or 11376964. OLE color: 11376964.
HSL color Cylindrical-coordinate representation of color #4499AD: hue angle of 191.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4499AD is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 153 | 173 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.32 |
| HSL | 191.43º | 0.44% | 0.47% | - |
| HSV(B) | 191.43º | 0.61% | 0.68% | - |
| XYZ | 21.32 | 27.03 | 43.63 | - |
| YUV | 129.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 173 | 0.61 | 0.12 | 0 | 0.32 | 191.43 | 0.44 | 0.47 |
| Hex | 44 | 99 | AD | 3D | C | 0 | 20 | BF | 2C | 2F |
| Octal | 104 | 231 | 255 | 75 | 14 | 0 | 40 | 277 | 54 | 57 |
| Binary | 1000100 | 10011001 | 10101101 | 111101 | 1100 | 0 | 100000 | 10111111 | 101100 | 101111 |
Color Harmonies of #4499AD
Complementary color
Monochromatic Colors of #4499AD
Black with #4499AD
Text Example
Text Example
White with #4499AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499AD; }
p { color: rgb(68,153,173); }
H1.HeaderClassName
{
color: #4499AD;
}
.AnyTagClassName
{
color: #4499AD;
}
</style>
background-color css
<style>
a { background-color: #4499AD; }
a { background-color: rgb(68,153,173); }
div.DivClassName
{
background-color: #4499AD;
}
.BgClassName
{
background-color: #4499AD;
}
</style>
border-color css
<style>
span { border-color: #4499AD; }
span { border-color: rgb(68,153,173); }
td.TdClassName
{
border-color: #4499AD;
}
.TagClassName
{
border-color: #4499AD;
}
</style>