Shades of Boston Blue #4499AC
Tints of Boston Blue #4499AC
RGB
CMYK
RGB Variations
Color information
#4499AC (or 0x4499AC) is known color: Boston Blue. HEX triplet: 44, 99 and AC. RGB value is (68,153,172). Sum of RGB (Red+Green+Blue) = 68+153+172=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #4499AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4499AC is #BB6653. Grayscale: #818181. Windows color (decimal): -12281428 or 11311428. OLE color: 11311428.
HSL color Cylindrical-coordinate representation of color #4499AC: hue angle of 190.96º 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 #4499AC is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 153 | 172 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.33 |
| HSL | 190.96º | 0.43% | 0.47% | - |
| HSV(B) | 190.96º | 0.6% | 0.67% | - |
| XYZ | 21.22 | 26.99 | 43.12 | - |
| YUV | 129.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 172 | 0.60 | 0.11 | 0 | 0.33 | 190.96 | 0.43 | 0.47 |
| Hex | 44 | 99 | AC | 3C | B | 0 | 21 | BF | 2B | 2F |
| Octal | 104 | 231 | 254 | 74 | 13 | 0 | 41 | 277 | 53 | 57 |
| Binary | 1000100 | 10011001 | 10101100 | 111100 | 1011 | 0 | 100001 | 10111111 | 101011 | 101111 |
Color Harmonies of #4499AC
Complementary color
Monochromatic Colors of #4499AC
Black with #4499AC
Text Example
Text Example
White with #4499AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4499AC; }
p { color: rgb(68,153,172); }
H1.HeaderClassName
{
color: #4499AC;
}
.AnyTagClassName
{
color: #4499AC;
}
</style>
background-color css
<style>
a { background-color: #4499AC; }
a { background-color: rgb(68,153,172); }
div.DivClassName
{
background-color: #4499AC;
}
.BgClassName
{
background-color: #4499AC;
}
</style>
border-color css
<style>
span { border-color: #4499AC; }
span { border-color: rgb(68,153,172); }
td.TdClassName
{
border-color: #4499AC;
}
.TagClassName
{
border-color: #4499AC;
}
</style>