Shades of Boston Blue #458FB1
Tints of Boston Blue #458FB1
RGB
CMYK
RGB Variations
Color information
#458FB1 (or 0x458FB1) is known color: Boston Blue. HEX triplet: 45, 8F and B1. RGB value is (69,143,177). Sum of RGB (Red+Green+Blue) = 69+143+177=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #458FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FB1 is #BA704E. Grayscale: #7C7C7C. Windows color (decimal): -12218447 or 11636549. OLE color: 11636549.
HSL color Cylindrical-coordinate representation of color #458FB1: hue angle of 198.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #458FB1 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 143 | 177 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.31 |
| HSL | 198.89º | 0.44% | 0.48% | - |
| HSV(B) | 198.89º | 0.61% | 0.69% | - |
| XYZ | 20.21 | 24.08 | 45.18 | - |
| YUV | 124.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 177 | 0.61 | 0.19 | 0 | 0.31 | 198.89 | 0.44 | 0.48 |
| Hex | 45 | 8F | B1 | 3D | 13 | 0 | 1F | C7 | 2C | 30 |
| Octal | 105 | 217 | 261 | 75 | 23 | 0 | 37 | 307 | 54 | 60 |
| Binary | 1000101 | 10001111 | 10110001 | 111101 | 10011 | 0 | 11111 | 11000111 | 101100 | 110000 |
Color Harmonies of #458FB1
Complementary color
Monochromatic Colors of #458FB1
Black with #458FB1
Text Example
Text Example
White with #458FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FB1; }
p { color: rgb(69,143,177); }
H1.HeaderClassName
{
color: #458FB1;
}
.AnyTagClassName
{
color: #458FB1;
}
</style>
background-color css
<style>
a { background-color: #458FB1; }
a { background-color: rgb(69,143,177); }
div.DivClassName
{
background-color: #458FB1;
}
.BgClassName
{
background-color: #458FB1;
}
</style>
border-color css
<style>
span { border-color: #458FB1; }
span { border-color: rgb(69,143,177); }
td.TdClassName
{
border-color: #458FB1;
}
.TagClassName
{
border-color: #458FB1;
}
</style>