Shades of Boston Blue #458DA8
Tints of Boston Blue #458DA8
RGB
CMYK
RGB Variations
Color information
#458DA8 (or 0x458DA8) is known color: Boston Blue. HEX triplet: 45, 8D and A8. RGB value is (69,141,168). Sum of RGB (Red+Green+Blue) = 69+141+168=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 168 - color contains mainly: blue. Hex color #458DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458DA8 is #BA7257. Grayscale: #7A7A7A. Windows color (decimal): -12218968 or 11046213. OLE color: 11046213.
HSL color Cylindrical-coordinate representation of color #458DA8: hue angle of 196.36º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #458DA8 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 141 | 168 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.34 |
| HSL | 196.36º | 0.42% | 0.46% | - |
| HSV(B) | 196.36º | 0.59% | 0.66% | - |
| XYZ | 19.05 | 23.14 | 40.51 | - |
| YUV | 122.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 168 | 0.59 | 0.16 | 0 | 0.34 | 196.36 | 0.42 | 0.46 |
| Hex | 45 | 8D | A8 | 3B | 10 | 0 | 22 | C4 | 2A | 2E |
| Octal | 105 | 215 | 250 | 73 | 20 | 0 | 42 | 304 | 52 | 56 |
| Binary | 1000101 | 10001101 | 10101000 | 111011 | 10000 | 0 | 100010 | 11000100 | 101010 | 101110 |
Color Harmonies of #458DA8
Complementary color
Monochromatic Colors of #458DA8
Black with #458DA8
Text Example
Text Example
White with #458DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DA8; }
p { color: rgb(69,141,168); }
H1.HeaderClassName
{
color: #458DA8;
}
.AnyTagClassName
{
color: #458DA8;
}
</style>
background-color css
<style>
a { background-color: #458DA8; }
a { background-color: rgb(69,141,168); }
div.DivClassName
{
background-color: #458DA8;
}
.BgClassName
{
background-color: #458DA8;
}
</style>
border-color css
<style>
span { border-color: #458DA8; }
span { border-color: rgb(69,141,168); }
td.TdClassName
{
border-color: #458DA8;
}
.TagClassName
{
border-color: #458DA8;
}
</style>