Shades of Boston Blue #469AC2
Tints of Boston Blue #469AC2
RGB
CMYK
RGB Variations
Color information
#469AC2 (or 0x469AC2) is known color: Boston Blue. HEX triplet: 46, 9A and C2. RGB value is (70,154,194). Sum of RGB (Red+Green+Blue) = 70+154+194=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #469AC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469AC2 is #B9653D. Grayscale: #858585. Windows color (decimal): -12150078 or 12753478. OLE color: 12753478.
HSL color Cylindrical-coordinate representation of color #469AC2: hue angle of 199.35º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #469AC2 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 154 | 194 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.24 |
| HSL | 199.35º | 0.5% | 0.52% | - |
| HSV(B) | 199.35º | 0.64% | 0.76% | - |
| XYZ | 23.82 | 28.31 | 55.25 | - |
| YUV | 133.44 | 162.17 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 194 | 0.64 | 0.21 | 0 | 0.24 | 199.35 | 0.5 | 0.52 |
| Hex | 46 | 9A | C2 | 40 | 15 | 0 | 18 | C7 | 32 | 34 |
| Octal | 106 | 232 | 302 | 100 | 25 | 0 | 30 | 307 | 62 | 64 |
| Binary | 1000110 | 10011010 | 11000010 | 1000000 | 10101 | 0 | 11000 | 11000111 | 110010 | 110100 |
Color Harmonies of #469AC2
Complementary color
Monochromatic Colors of #469AC2
Black with #469AC2
Text Example
Text Example
White with #469AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469AC2; }
p { color: rgb(70,154,194); }
H1.HeaderClassName
{
color: #469AC2;
}
.AnyTagClassName
{
color: #469AC2;
}
</style>
background-color css
<style>
a { background-color: #469AC2; }
a { background-color: rgb(70,154,194); }
div.DivClassName
{
background-color: #469AC2;
}
.BgClassName
{
background-color: #469AC2;
}
</style>
border-color css
<style>
span { border-color: #469AC2; }
span { border-color: rgb(70,154,194); }
td.TdClassName
{
border-color: #469AC2;
}
.TagClassName
{
border-color: #469AC2;
}
</style>