Shades of Boston Blue #458FA4
Tints of Boston Blue #458FA4
RGB
CMYK
RGB Variations
Color information
#458FA4 (or 0x458FA4) is known color: Boston Blue. HEX triplet: 45, 8F and A4. RGB value is (69,143,164). Sum of RGB (Red+Green+Blue) = 69+143+164=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #458FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458FA4 is #BA705B. Grayscale: #7B7B7B. Windows color (decimal): -12218460 or 10784581. OLE color: 10784581.
HSL color Cylindrical-coordinate representation of color #458FA4: hue angle of 193.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #458FA4 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 143 | 164 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.36 |
| HSL | 193.26º | 0.41% | 0.46% | - |
| HSV(B) | 193.26º | 0.58% | 0.64% | - |
| XYZ | 18.98 | 23.59 | 38.68 | - |
| YUV | 123.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 164 | 0.58 | 0.13 | 0 | 0.36 | 193.26 | 0.41 | 0.46 |
| Hex | 45 | 8F | A4 | 3A | D | 0 | 24 | C1 | 29 | 2E |
| Octal | 105 | 217 | 244 | 72 | 15 | 0 | 44 | 301 | 51 | 56 |
| Binary | 1000101 | 10001111 | 10100100 | 111010 | 1101 | 0 | 100100 | 11000001 | 101001 | 101110 |
Color Harmonies of #458FA4
Complementary color
Monochromatic Colors of #458FA4
Black with #458FA4
Text Example
Text Example
White with #458FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FA4; }
p { color: rgb(69,143,164); }
H1.HeaderClassName
{
color: #458FA4;
}
.AnyTagClassName
{
color: #458FA4;
}
</style>
background-color css
<style>
a { background-color: #458FA4; }
a { background-color: rgb(69,143,164); }
div.DivClassName
{
background-color: #458FA4;
}
.BgClassName
{
background-color: #458FA4;
}
</style>
border-color css
<style>
span { border-color: #458FA4; }
span { border-color: rgb(69,143,164); }
td.TdClassName
{
border-color: #458FA4;
}
.TagClassName
{
border-color: #458FA4;
}
</style>