Shades of Boston Blue #469EAA
Tints of Boston Blue #469EAA
RGB
CMYK
RGB Variations
Color information
#469EAA (or 0x469EAA) is known color: Boston Blue. HEX triplet: 46, 9E and AA. RGB value is (70,158,170). Sum of RGB (Red+Green+Blue) = 70+158+170=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #469EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469EAA is #B96155. Grayscale: #848484. Windows color (decimal): -12149078 or 11181638. OLE color: 11181638.
HSL color Cylindrical-coordinate representation of color #469EAA: hue angle of 187.2º 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 #469EAA is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 158 | 170 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.33 |
| HSL | 187.2º | 0.42% | 0.47% | - |
| HSV(B) | 187.2º | 0.59% | 0.67% | - |
| XYZ | 22.01 | 28.66 | 42.4 | - |
| YUV | 133.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 170 | 0.59 | 0.07 | 0 | 0.33 | 187.2 | 0.42 | 0.47 |
| Hex | 46 | 9E | AA | 3B | 7 | 0 | 21 | BB | 2A | 2F |
| Octal | 106 | 236 | 252 | 73 | 7 | 0 | 41 | 273 | 52 | 57 |
| Binary | 1000110 | 10011110 | 10101010 | 111011 | 111 | 0 | 100001 | 10111011 | 101010 | 101111 |
Color Harmonies of #469EAA
Complementary color
Monochromatic Colors of #469EAA
Black with #469EAA
Text Example
Text Example
White with #469EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469EAA; }
p { color: rgb(70,158,170); }
H1.HeaderClassName
{
color: #469EAA;
}
.AnyTagClassName
{
color: #469EAA;
}
</style>
background-color css
<style>
a { background-color: #469EAA; }
a { background-color: rgb(70,158,170); }
div.DivClassName
{
background-color: #469EAA;
}
.BgClassName
{
background-color: #469EAA;
}
</style>
border-color css
<style>
span { border-color: #469EAA; }
span { border-color: rgb(70,158,170); }
td.TdClassName
{
border-color: #469EAA;
}
.TagClassName
{
border-color: #469EAA;
}
</style>