Shades of Boston Blue #458FA3
Tints of Boston Blue #458FA3
RGB
CMYK
RGB Variations
Color information
#458FA3 (or 0x458FA3) is known color: Boston Blue. HEX triplet: 45, 8F and A3. RGB value is (69,143,163). Sum of RGB (Red+Green+Blue) = 69+143+163=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 163 - color contains mainly: blue. Hex color #458FA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FA3 is #BA705C. Grayscale: #7B7B7B. Windows color (decimal): -12218461 or 10719045. OLE color: 10719045.
HSL color Cylindrical-coordinate representation of color #458FA3: hue angle of 192.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #458FA3 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 143 | 163 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.36 |
| HSL | 192.77º | 0.41% | 0.45% | - |
| HSV(B) | 192.77º | 0.58% | 0.64% | - |
| XYZ | 18.89 | 23.55 | 38.2 | - |
| YUV | 123.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 163 | 0.58 | 0.12 | 0 | 0.36 | 192.77 | 0.41 | 0.45 |
| Hex | 45 | 8F | A3 | 3A | C | 0 | 24 | C1 | 29 | 2D |
| Octal | 105 | 217 | 243 | 72 | 14 | 0 | 44 | 301 | 51 | 55 |
| Binary | 1000101 | 10001111 | 10100011 | 111010 | 1100 | 0 | 100100 | 11000001 | 101001 | 101101 |
Color Harmonies of #458FA3
Complementary color
Monochromatic Colors of #458FA3
Black with #458FA3
Text Example
Text Example
White with #458FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FA3; }
p { color: rgb(69,143,163); }
H1.HeaderClassName
{
color: #458FA3;
}
.AnyTagClassName
{
color: #458FA3;
}
</style>
background-color css
<style>
a { background-color: #458FA3; }
a { background-color: rgb(69,143,163); }
div.DivClassName
{
background-color: #458FA3;
}
.BgClassName
{
background-color: #458FA3;
}
</style>
border-color css
<style>
span { border-color: #458FA3; }
span { border-color: rgb(69,143,163); }
td.TdClassName
{
border-color: #458FA3;
}
.TagClassName
{
border-color: #458FA3;
}
</style>