Shades of Boston Blue #469DAC
Tints of Boston Blue #469DAC
RGB
CMYK
RGB Variations
Color information
#469DAC (or 0x469DAC) is known color: Boston Blue. HEX triplet: 46, 9D and AC. RGB value is (70,157,172). Sum of RGB (Red+Green+Blue) = 70+157+172=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #469DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469DAC is #B96253. Grayscale: #848484. Windows color (decimal): -12149332 or 11312454. OLE color: 11312454.
HSL color Cylindrical-coordinate representation of color #469DAC: hue angle of 188.82º 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 #469DAC is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 157 | 172 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.33 |
| HSL | 188.82º | 0.42% | 0.47% | - |
| HSV(B) | 188.82º | 0.59% | 0.67% | - |
| XYZ | 22.03 | 28.39 | 43.35 | - |
| YUV | 132.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 172 | 0.59 | 0.09 | 0 | 0.33 | 188.82 | 0.42 | 0.47 |
| Hex | 46 | 9D | AC | 3B | 9 | 0 | 21 | BD | 2A | 2F |
| Octal | 106 | 235 | 254 | 73 | 11 | 0 | 41 | 275 | 52 | 57 |
| Binary | 1000110 | 10011101 | 10101100 | 111011 | 1001 | 0 | 100001 | 10111101 | 101010 | 101111 |
Color Harmonies of #469DAC
Complementary color
Monochromatic Colors of #469DAC
Black with #469DAC
Text Example
Text Example
White with #469DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DAC; }
p { color: rgb(70,157,172); }
H1.HeaderClassName
{
color: #469DAC;
}
.AnyTagClassName
{
color: #469DAC;
}
</style>
background-color css
<style>
a { background-color: #469DAC; }
a { background-color: rgb(70,157,172); }
div.DivClassName
{
background-color: #469DAC;
}
.BgClassName
{
background-color: #469DAC;
}
</style>
border-color css
<style>
span { border-color: #469DAC; }
span { border-color: rgb(70,157,172); }
td.TdClassName
{
border-color: #469DAC;
}
.TagClassName
{
border-color: #469DAC;
}
</style>