Shades of Boston Blue #458AB1
Tints of Boston Blue #458AB1
RGB
CMYK
RGB Variations
Color information
#458AB1 (or 0x458AB1) is known color: Boston Blue. HEX triplet: 45, 8A and B1. RGB value is (69,138,177). Sum of RGB (Red+Green+Blue) = 69+138+177=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #458AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458AB1 is #BA754E. Grayscale: #797979. Windows color (decimal): -12219727 or 11635269. OLE color: 11635269.
HSL color Cylindrical-coordinate representation of color #458AB1: hue angle of 201.67º 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 #458AB1 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 138 | 177 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.31 |
| HSL | 201.67º | 0.44% | 0.48% | - |
| HSV(B) | 201.67º | 0.61% | 0.69% | - |
| XYZ | 19.48 | 22.62 | 44.93 | - |
| YUV | 121.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 177 | 0.61 | 0.22 | 0 | 0.31 | 201.67 | 0.44 | 0.48 |
| Hex | 45 | 8A | B1 | 3D | 16 | 0 | 1F | CA | 2C | 30 |
| Octal | 105 | 212 | 261 | 75 | 26 | 0 | 37 | 312 | 54 | 60 |
| Binary | 1000101 | 10001010 | 10110001 | 111101 | 10110 | 0 | 11111 | 11001010 | 101100 | 110000 |
Color Harmonies of #458AB1
Complementary color
Monochromatic Colors of #458AB1
Black with #458AB1
Text Example
Text Example
White with #458AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AB1; }
p { color: rgb(69,138,177); }
H1.HeaderClassName
{
color: #458AB1;
}
.AnyTagClassName
{
color: #458AB1;
}
</style>
background-color css
<style>
a { background-color: #458AB1; }
a { background-color: rgb(69,138,177); }
div.DivClassName
{
background-color: #458AB1;
}
.BgClassName
{
background-color: #458AB1;
}
</style>
border-color css
<style>
span { border-color: #458AB1; }
span { border-color: rgb(69,138,177); }
td.TdClassName
{
border-color: #458AB1;
}
.TagClassName
{
border-color: #458AB1;
}
</style>