Shades of Boston Blue #4692AB
Tints of Boston Blue #4692AB
RGB
CMYK
RGB Variations
Color information
#4692AB (or 0x4692AB) is known color: Boston Blue. HEX triplet: 46, 92 and AB. RGB value is (70,146,171). Sum of RGB (Red+Green+Blue) = 70+146+171=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #4692AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4692AB is #B96D54. Grayscale: #7D7D7D. Windows color (decimal): -12152149 or 11244102. OLE color: 11244102.
HSL color Cylindrical-coordinate representation of color #4692AB: hue angle of 194.85º 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 #4692AB is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 146 | 171 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.33 |
| HSL | 194.85º | 0.42% | 0.47% | - |
| HSV(B) | 194.85º | 0.59% | 0.67% | - |
| XYZ | 20.16 | 24.8 | 42.25 | - |
| YUV | 126.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 146 | 171 | 0.59 | 0.15 | 0 | 0.33 | 194.85 | 0.42 | 0.47 |
| Hex | 46 | 92 | AB | 3B | F | 0 | 21 | C3 | 2A | 2F |
| Octal | 106 | 222 | 253 | 73 | 17 | 0 | 41 | 303 | 52 | 57 |
| Binary | 1000110 | 10010010 | 10101011 | 111011 | 1111 | 0 | 100001 | 11000011 | 101010 | 101111 |
Color Harmonies of #4692AB
Complementary color
Monochromatic Colors of #4692AB
Black with #4692AB
Text Example
Text Example
White with #4692AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4692AB; }
p { color: rgb(70,146,171); }
H1.HeaderClassName
{
color: #4692AB;
}
.AnyTagClassName
{
color: #4692AB;
}
</style>
background-color css
<style>
a { background-color: #4692AB; }
a { background-color: rgb(70,146,171); }
div.DivClassName
{
background-color: #4692AB;
}
.BgClassName
{
background-color: #4692AB;
}
</style>
border-color css
<style>
span { border-color: #4692AB; }
span { border-color: rgb(70,146,171); }
td.TdClassName
{
border-color: #4692AB;
}
.TagClassName
{
border-color: #4692AB;
}
</style>