Shades of Boston Blue #4699AD
Tints of Boston Blue #4699AD
RGB
CMYK
RGB Variations
Color information
#4699AD (or 0x4699AD) is known color: Boston Blue. HEX triplet: 46, 99 and AD. RGB value is (70,153,173). Sum of RGB (Red+Green+Blue) = 70+153+173=396 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.68% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #4699AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4699AD is #B96652. Grayscale: #828282. Windows color (decimal): -12150355 or 11376966. OLE color: 11376966.
HSL color Cylindrical-coordinate representation of color #4699AD: hue angle of 191.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4699AD is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 153 | 173 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.32 |
| HSL | 191.65º | 0.42% | 0.48% | - |
| HSV(B) | 191.65º | 0.6% | 0.68% | - |
| XYZ | 21.46 | 27.1 | 43.64 | - |
| YUV | 130.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 173 | 0.60 | 0.12 | 0 | 0.32 | 191.65 | 0.42 | 0.48 |
| Hex | 46 | 99 | AD | 3C | C | 0 | 20 | C0 | 2A | 30 |
| Octal | 106 | 231 | 255 | 74 | 14 | 0 | 40 | 300 | 52 | 60 |
| Binary | 1000110 | 10011001 | 10101101 | 111100 | 1100 | 0 | 100000 | 11000000 | 101010 | 110000 |
Color Harmonies of #4699AD
Complementary color
Monochromatic Colors of #4699AD
Black with #4699AD
Text Example
Text Example
White with #4699AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4699AD; }
p { color: rgb(70,153,173); }
H1.HeaderClassName
{
color: #4699AD;
}
.AnyTagClassName
{
color: #4699AD;
}
</style>
background-color css
<style>
a { background-color: #4699AD; }
a { background-color: rgb(70,153,173); }
div.DivClassName
{
background-color: #4699AD;
}
.BgClassName
{
background-color: #4699AD;
}
</style>
border-color css
<style>
span { border-color: #4699AD; }
span { border-color: rgb(70,153,173); }
td.TdClassName
{
border-color: #4699AD;
}
.TagClassName
{
border-color: #4699AD;
}
</style>