Shades of Boston Blue #469DBA
Tints of Boston Blue #469DBA
RGB
CMYK
RGB Variations
Color information
#469DBA (or 0x469DBA) is known color: Boston Blue. HEX triplet: 46, 9D and BA. RGB value is (70,157,186). Sum of RGB (Red+Green+Blue) = 70+157+186=413 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.95% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #469DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DBA is #B96245. Grayscale: #868686. Windows color (decimal): -12149318 or 12229958. OLE color: 12229958.
HSL color Cylindrical-coordinate representation of color #469DBA: hue angle of 195º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #469DBA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 157 | 186 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.27 |
| HSL | 195º | 0.46% | 0.5% | - |
| HSV(B) | 195º | 0.62% | 0.73% | - |
| XYZ | 23.45 | 28.96 | 50.81 | - |
| YUV | 134.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 157 | 186 | 0.62 | 0.16 | 0 | 0.27 | 195 | 0.46 | 0.5 |
| Hex | 46 | 9D | BA | 3E | 10 | 0 | 1B | C3 | 2E | 32 |
| Octal | 106 | 235 | 272 | 76 | 20 | 0 | 33 | 303 | 56 | 62 |
| Binary | 1000110 | 10011101 | 10111010 | 111110 | 10000 | 0 | 11011 | 11000011 | 101110 | 110010 |
Color Harmonies of #469DBA
Complementary color
Monochromatic Colors of #469DBA
Black with #469DBA
Text Example
Text Example
White with #469DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469DBA; }
p { color: rgb(70,157,186); }
H1.HeaderClassName
{
color: #469DBA;
}
.AnyTagClassName
{
color: #469DBA;
}
</style>
background-color css
<style>
a { background-color: #469DBA; }
a { background-color: rgb(70,157,186); }
div.DivClassName
{
background-color: #469DBA;
}
.BgClassName
{
background-color: #469DBA;
}
</style>
border-color css
<style>
span { border-color: #469DBA; }
span { border-color: rgb(70,157,186); }
td.TdClassName
{
border-color: #469DBA;
}
.TagClassName
{
border-color: #469DBA;
}
</style>