Shades of Boston Blue #458FAF
Tints of Boston Blue #458FAF
RGB
CMYK
RGB Variations
Color information
#458FAF (or 0x458FAF) is known color: Boston Blue. HEX triplet: 45, 8F and AF. RGB value is (69,143,175). Sum of RGB (Red+Green+Blue) = 69+143+175=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #458FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FAF is #BA7050. Grayscale: #7C7C7C. Windows color (decimal): -12218449 or 11505477. OLE color: 11505477.
HSL color Cylindrical-coordinate representation of color #458FAF: hue angle of 198.11º degrees, saturation: 0.43, 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 #458FAF is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 143 | 175 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.31 |
| HSL | 198.11º | 0.43% | 0.48% | - |
| HSV(B) | 198.11º | 0.61% | 0.69% | - |
| XYZ | 20.01 | 24.01 | 44.14 | - |
| YUV | 124.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 175 | 0.61 | 0.18 | 0 | 0.31 | 198.11 | 0.43 | 0.48 |
| Hex | 45 | 8F | AF | 3D | 12 | 0 | 1F | C6 | 2B | 30 |
| Octal | 105 | 217 | 257 | 75 | 22 | 0 | 37 | 306 | 53 | 60 |
| Binary | 1000101 | 10001111 | 10101111 | 111101 | 10010 | 0 | 11111 | 11000110 | 101011 | 110000 |
Color Harmonies of #458FAF
Complementary color
Monochromatic Colors of #458FAF
Black with #458FAF
Text Example
Text Example
White with #458FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FAF; }
p { color: rgb(69,143,175); }
H1.HeaderClassName
{
color: #458FAF;
}
.AnyTagClassName
{
color: #458FAF;
}
</style>
background-color css
<style>
a { background-color: #458FAF; }
a { background-color: rgb(69,143,175); }
div.DivClassName
{
background-color: #458FAF;
}
.BgClassName
{
background-color: #458FAF;
}
</style>
border-color css
<style>
span { border-color: #458FAF; }
span { border-color: rgb(69,143,175); }
td.TdClassName
{
border-color: #458FAF;
}
.TagClassName
{
border-color: #458FAF;
}
</style>