Shades of Boston Blue #4696AF
Tints of Boston Blue #4696AF
RGB
CMYK
RGB Variations
Color information
#4696AF (or 0x4696AF) is known color: Boston Blue. HEX triplet: 46, 96 and AF. RGB value is (70,150,175). Sum of RGB (Red+Green+Blue) = 70+150+175=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #4696AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4696AF is #B96950. Grayscale: #808080. Windows color (decimal): -12151121 or 11507270. OLE color: 11507270.
HSL color Cylindrical-coordinate representation of color #4696AF: hue angle of 194.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4696AF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 150 | 175 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.31 |
| HSL | 194.29º | 0.43% | 0.48% | - |
| HSV(B) | 194.29º | 0.6% | 0.69% | - |
| XYZ | 21.17 | 26.21 | 44.5 | - |
| YUV | 128.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 150 | 175 | 0.60 | 0.14 | 0 | 0.31 | 194.29 | 0.43 | 0.48 |
| Hex | 46 | 96 | AF | 3C | E | 0 | 1F | C2 | 2B | 30 |
| Octal | 106 | 226 | 257 | 74 | 16 | 0 | 37 | 302 | 53 | 60 |
| Binary | 1000110 | 10010110 | 10101111 | 111100 | 1110 | 0 | 11111 | 11000010 | 101011 | 110000 |
Color Harmonies of #4696AF
Complementary color
Monochromatic Colors of #4696AF
Black with #4696AF
Text Example
Text Example
White with #4696AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4696AF; }
p { color: rgb(70,150,175); }
H1.HeaderClassName
{
color: #4696AF;
}
.AnyTagClassName
{
color: #4696AF;
}
</style>
background-color css
<style>
a { background-color: #4696AF; }
a { background-color: rgb(70,150,175); }
div.DivClassName
{
background-color: #4696AF;
}
.BgClassName
{
background-color: #4696AF;
}
</style>
border-color css
<style>
span { border-color: #4696AF; }
span { border-color: rgb(70,150,175); }
td.TdClassName
{
border-color: #4696AF;
}
.TagClassName
{
border-color: #4696AF;
}
</style>