Shades of Boston Blue #4693AA
Tints of Boston Blue #4693AA
RGB
CMYK
RGB Variations
Color information
#4693AA (or 0x4693AA) is known color: Boston Blue. HEX triplet: 46, 93 and AA. RGB value is (70,147,170). Sum of RGB (Red+Green+Blue) = 70+147+170=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4693AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4693AA is #B96C55. Grayscale: #7E7E7E. Windows color (decimal): -12151894 or 11178822. OLE color: 11178822.
HSL color Cylindrical-coordinate representation of color #4693AA: hue angle of 193.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4693AA is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 147 | 170 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.33 |
| HSL | 193.8º | 0.42% | 0.47% | - |
| HSV(B) | 193.8º | 0.59% | 0.67% | - |
| XYZ | 20.22 | 25.07 | 41.8 | - |
| YUV | 126.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 170 | 0.59 | 0.14 | 0 | 0.33 | 193.8 | 0.42 | 0.47 |
| Hex | 46 | 93 | AA | 3B | E | 0 | 21 | C2 | 2A | 2F |
| Octal | 106 | 223 | 252 | 73 | 16 | 0 | 41 | 302 | 52 | 57 |
| Binary | 1000110 | 10010011 | 10101010 | 111011 | 1110 | 0 | 100001 | 11000010 | 101010 | 101111 |
Color Harmonies of #4693AA
Complementary color
Monochromatic Colors of #4693AA
Black with #4693AA
Text Example
Text Example
White with #4693AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4693AA; }
p { color: rgb(70,147,170); }
H1.HeaderClassName
{
color: #4693AA;
}
.AnyTagClassName
{
color: #4693AA;
}
</style>
background-color css
<style>
a { background-color: #4693AA; }
a { background-color: rgb(70,147,170); }
div.DivClassName
{
background-color: #4693AA;
}
.BgClassName
{
background-color: #4693AA;
}
</style>
border-color css
<style>
span { border-color: #4693AA; }
span { border-color: rgb(70,147,170); }
td.TdClassName
{
border-color: #4693AA;
}
.TagClassName
{
border-color: #4693AA;
}
</style>