Shades of Boston Blue #458FA6
Tints of Boston Blue #458FA6
RGB
CMYK
RGB Variations
Color information
#458FA6 (or 0x458FA6) is known color: Boston Blue. HEX triplet: 45, 8F and A6. RGB value is (69,143,166). Sum of RGB (Red+Green+Blue) = 69+143+166=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #458FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FA6 is #BA7059. Grayscale: #7B7B7B. Windows color (decimal): -12218458 or 10915653. OLE color: 10915653.
HSL color Cylindrical-coordinate representation of color #458FA6: hue angle of 194.23º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #458FA6 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 143 | 166 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.35 |
| HSL | 194.23º | 0.41% | 0.46% | - |
| HSV(B) | 194.23º | 0.58% | 0.65% | - |
| XYZ | 19.16 | 23.66 | 39.63 | - |
| YUV | 123.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 166 | 0.58 | 0.14 | 0 | 0.35 | 194.23 | 0.41 | 0.46 |
| Hex | 45 | 8F | A6 | 3A | E | 0 | 23 | C2 | 29 | 2E |
| Octal | 105 | 217 | 246 | 72 | 16 | 0 | 43 | 302 | 51 | 56 |
| Binary | 1000101 | 10001111 | 10100110 | 111010 | 1110 | 0 | 100011 | 11000010 | 101001 | 101110 |
Color Harmonies of #458FA6
Complementary color
Monochromatic Colors of #458FA6
Black with #458FA6
Text Example
Text Example
White with #458FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FA6; }
p { color: rgb(69,143,166); }
H1.HeaderClassName
{
color: #458FA6;
}
.AnyTagClassName
{
color: #458FA6;
}
</style>
background-color css
<style>
a { background-color: #458FA6; }
a { background-color: rgb(69,143,166); }
div.DivClassName
{
background-color: #458FA6;
}
.BgClassName
{
background-color: #458FA6;
}
</style>
border-color css
<style>
span { border-color: #458FA6; }
span { border-color: rgb(69,143,166); }
td.TdClassName
{
border-color: #458FA6;
}
.TagClassName
{
border-color: #458FA6;
}
</style>