Shades of Boston Blue #458FA7
Tints of Boston Blue #458FA7
RGB
CMYK
RGB Variations
Color information
#458FA7 (or 0x458FA7) is known color: Boston Blue. HEX triplet: 45, 8F and A7. RGB value is (69,143,167). Sum of RGB (Red+Green+Blue) = 69+143+167=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #458FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FA7 is #BA7058. Grayscale: #7B7B7B. Windows color (decimal): -12218457 or 10981189. OLE color: 10981189.
HSL color Cylindrical-coordinate representation of color #458FA7: hue angle of 194.69º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #458FA7 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 143 | 167 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.35 |
| HSL | 194.69º | 0.42% | 0.46% | - |
| HSV(B) | 194.69º | 0.59% | 0.65% | - |
| XYZ | 19.25 | 23.7 | 40.12 | - |
| YUV | 123.61 | 152.48 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 167 | 0.59 | 0.14 | 0 | 0.35 | 194.69 | 0.42 | 0.46 |
| Hex | 45 | 8F | A7 | 3B | E | 0 | 23 | C3 | 2A | 2E |
| Octal | 105 | 217 | 247 | 73 | 16 | 0 | 43 | 303 | 52 | 56 |
| Binary | 1000101 | 10001111 | 10100111 | 111011 | 1110 | 0 | 100011 | 11000011 | 101010 | 101110 |
Color Harmonies of #458FA7
Complementary color
Monochromatic Colors of #458FA7
Black with #458FA7
Text Example
Text Example
White with #458FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FA7; }
p { color: rgb(69,143,167); }
H1.HeaderClassName
{
color: #458FA7;
}
.AnyTagClassName
{
color: #458FA7;
}
</style>
background-color css
<style>
a { background-color: #458FA7; }
a { background-color: rgb(69,143,167); }
div.DivClassName
{
background-color: #458FA7;
}
.BgClassName
{
background-color: #458FA7;
}
</style>
border-color css
<style>
span { border-color: #458FA7; }
span { border-color: rgb(69,143,167); }
td.TdClassName
{
border-color: #458FA7;
}
.TagClassName
{
border-color: #458FA7;
}
</style>