Shades of Boston Blue #458FAB
Tints of Boston Blue #458FAB
RGB
CMYK
RGB Variations
Color information
#458FAB (or 0x458FAB) is known color: Boston Blue. HEX triplet: 45, 8F and AB. RGB value is (69,143,171). Sum of RGB (Red+Green+Blue) = 69+143+171=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #458FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FAB is #BA7054. Grayscale: #7B7B7B. Windows color (decimal): -12218453 or 11243333. OLE color: 11243333.
HSL color Cylindrical-coordinate representation of color #458FAB: hue angle of 196.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #458FAB is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 143 | 171 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.33 |
| HSL | 196.47º | 0.43% | 0.47% | - |
| HSV(B) | 196.47º | 0.6% | 0.67% | - |
| XYZ | 19.63 | 23.85 | 42.1 | - |
| YUV | 124.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 171 | 0.60 | 0.16 | 0 | 0.33 | 196.47 | 0.43 | 0.47 |
| Hex | 45 | 8F | AB | 3C | 10 | 0 | 21 | C4 | 2A | 2F |
| Octal | 105 | 217 | 253 | 74 | 20 | 0 | 41 | 304 | 52 | 57 |
| Binary | 1000101 | 10001111 | 10101011 | 111100 | 10000 | 0 | 100001 | 11000100 | 101010 | 101111 |
Color Harmonies of #458FAB
Complementary color
Monochromatic Colors of #458FAB
Black with #458FAB
Text Example
Text Example
White with #458FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FAB; }
p { color: rgb(69,143,171); }
H1.HeaderClassName
{
color: #458FAB;
}
.AnyTagClassName
{
color: #458FAB;
}
</style>
background-color css
<style>
a { background-color: #458FAB; }
a { background-color: rgb(69,143,171); }
div.DivClassName
{
background-color: #458FAB;
}
.BgClassName
{
background-color: #458FAB;
}
</style>
border-color css
<style>
span { border-color: #458FAB; }
span { border-color: rgb(69,143,171); }
td.TdClassName
{
border-color: #458FAB;
}
.TagClassName
{
border-color: #458FAB;
}
</style>