Shades of Boston Blue #469FB0
Tints of Boston Blue #469FB0
RGB
CMYK
RGB Variations
Color information
#469FB0 (or 0x469FB0) is known color: Boston Blue. HEX triplet: 46, 9F and B0. RGB value is (70,159,176). Sum of RGB (Red+Green+Blue) = 70+159+176=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #469FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469FB0 is #B9604F. Grayscale: #868686. Windows color (decimal): -12148816 or 11575110. OLE color: 11575110.
HSL color Cylindrical-coordinate representation of color #469FB0: hue angle of 189.62º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #469FB0 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 159 | 176 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.31 |
| HSL | 189.62º | 0.43% | 0.48% | - |
| HSV(B) | 189.62º | 0.6% | 0.69% | - |
| XYZ | 22.76 | 29.23 | 45.52 | - |
| YUV | 134.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 176 | 0.60 | 0.10 | 0 | 0.31 | 189.62 | 0.43 | 0.48 |
| Hex | 46 | 9F | B0 | 3C | A | 0 | 1F | BE | 2B | 30 |
| Octal | 106 | 237 | 260 | 74 | 12 | 0 | 37 | 276 | 53 | 60 |
| Binary | 1000110 | 10011111 | 10110000 | 111100 | 1010 | 0 | 11111 | 10111110 | 101011 | 110000 |
Color Harmonies of #469FB0
Complementary color
Monochromatic Colors of #469FB0
Black with #469FB0
Text Example
Text Example
White with #469FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FB0; }
p { color: rgb(70,159,176); }
H1.HeaderClassName
{
color: #469FB0;
}
.AnyTagClassName
{
color: #469FB0;
}
</style>
background-color css
<style>
a { background-color: #469FB0; }
a { background-color: rgb(70,159,176); }
div.DivClassName
{
background-color: #469FB0;
}
.BgClassName
{
background-color: #469FB0;
}
</style>
border-color css
<style>
span { border-color: #469FB0; }
span { border-color: rgb(70,159,176); }
td.TdClassName
{
border-color: #469FB0;
}
.TagClassName
{
border-color: #469FB0;
}
</style>