Shades of Boston Blue #4694AF
Tints of Boston Blue #4694AF
RGB
CMYK
RGB Variations
Color information
#4694AF (or 0x4694AF) is known color: Boston Blue. HEX triplet: 46, 94 and AF. RGB value is (70,148,175). Sum of RGB (Red+Green+Blue) = 70+148+175=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #4694AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4694AF is #B96B50. Grayscale: #7F7F7F. Windows color (decimal): -12151633 or 11506758. OLE color: 11506758.
HSL color Cylindrical-coordinate representation of color #4694AF: hue angle of 195.43º 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 #4694AF is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 148 | 175 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.31 |
| HSL | 195.43º | 0.43% | 0.48% | - |
| HSV(B) | 195.43º | 0.6% | 0.69% | - |
| XYZ | 20.85 | 25.58 | 44.4 | - |
| YUV | 127.76 | 154.66 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 148 | 175 | 0.60 | 0.15 | 0 | 0.31 | 195.43 | 0.43 | 0.48 |
| Hex | 46 | 94 | AF | 3C | F | 0 | 1F | C3 | 2B | 30 |
| Octal | 106 | 224 | 257 | 74 | 17 | 0 | 37 | 303 | 53 | 60 |
| Binary | 1000110 | 10010100 | 10101111 | 111100 | 1111 | 0 | 11111 | 11000011 | 101011 | 110000 |
Color Harmonies of #4694AF
Complementary color
Monochromatic Colors of #4694AF
Black with #4694AF
Text Example
Text Example
White with #4694AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4694AF; }
p { color: rgb(70,148,175); }
H1.HeaderClassName
{
color: #4694AF;
}
.AnyTagClassName
{
color: #4694AF;
}
</style>
background-color css
<style>
a { background-color: #4694AF; }
a { background-color: rgb(70,148,175); }
div.DivClassName
{
background-color: #4694AF;
}
.BgClassName
{
background-color: #4694AF;
}
</style>
border-color css
<style>
span { border-color: #4694AF; }
span { border-color: rgb(70,148,175); }
td.TdClassName
{
border-color: #4694AF;
}
.TagClassName
{
border-color: #4694AF;
}
</style>