Shades of Boston Blue #469FAC
Tints of Boston Blue #469FAC
RGB
CMYK
RGB Variations
Color information
#469FAC (or 0x469FAC) is known color: Boston Blue. HEX triplet: 46, 9F and AC. RGB value is (70,159,172). Sum of RGB (Red+Green+Blue) = 70+159+172=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #469FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469FAC is #B96053. Grayscale: #858585. Windows color (decimal): -12148820 or 11312966. OLE color: 11312966.
HSL color Cylindrical-coordinate representation of color #469FAC: hue angle of 187.65º 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 #469FAC is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 159 | 172 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.33 |
| HSL | 187.65º | 0.42% | 0.47% | - |
| HSV(B) | 187.65º | 0.59% | 0.67% | - |
| XYZ | 22.37 | 29.08 | 43.46 | - |
| YUV | 133.87 | 149.51 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 172 | 0.59 | 0.08 | 0 | 0.33 | 187.65 | 0.42 | 0.47 |
| Hex | 46 | 9F | AC | 3B | 8 | 0 | 21 | BC | 2A | 2F |
| Octal | 106 | 237 | 254 | 73 | 10 | 0 | 41 | 274 | 52 | 57 |
| Binary | 1000110 | 10011111 | 10101100 | 111011 | 1000 | 0 | 100001 | 10111100 | 101010 | 101111 |
Color Harmonies of #469FAC
Complementary color
Monochromatic Colors of #469FAC
Black with #469FAC
Text Example
Text Example
White with #469FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FAC; }
p { color: rgb(70,159,172); }
H1.HeaderClassName
{
color: #469FAC;
}
.AnyTagClassName
{
color: #469FAC;
}
</style>
background-color css
<style>
a { background-color: #469FAC; }
a { background-color: rgb(70,159,172); }
div.DivClassName
{
background-color: #469FAC;
}
.BgClassName
{
background-color: #469FAC;
}
</style>
border-color css
<style>
span { border-color: #469FAC; }
span { border-color: rgb(70,159,172); }
td.TdClassName
{
border-color: #469FAC;
}
.TagClassName
{
border-color: #469FAC;
}
</style>