Shades of Boston Blue #458DB3
Tints of Boston Blue #458DB3
RGB
CMYK
RGB Variations
Color information
#458DB3 (or 0x458DB3) is known color: Boston Blue. HEX triplet: 45, 8D and B3. RGB value is (69,141,179). Sum of RGB (Red+Green+Blue) = 69+141+179=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #458DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458DB3 is #BA724C. Grayscale: #7B7B7B. Windows color (decimal): -12218957 or 11767109. OLE color: 11767109.
HSL color Cylindrical-coordinate representation of color #458DB3: hue angle of 200.73º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #458DB3 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 141 | 179 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.30 |
| HSL | 200.73º | 0.44% | 0.49% | - |
| HSV(B) | 200.73º | 0.61% | 0.7% | - |
| XYZ | 20.12 | 23.57 | 46.14 | - |
| YUV | 123.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 179 | 0.61 | 0.21 | 0 | 0.30 | 200.73 | 0.44 | 0.49 |
| Hex | 45 | 8D | B3 | 3D | 15 | 0 | 1E | C9 | 2C | 31 |
| Octal | 105 | 215 | 263 | 75 | 25 | 0 | 36 | 311 | 54 | 61 |
| Binary | 1000101 | 10001101 | 10110011 | 111101 | 10101 | 0 | 11110 | 11001001 | 101100 | 110001 |
Color Harmonies of #458DB3
Complementary color
Monochromatic Colors of #458DB3
Black with #458DB3
Text Example
Text Example
White with #458DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458DB3; }
p { color: rgb(69,141,179); }
H1.HeaderClassName
{
color: #458DB3;
}
.AnyTagClassName
{
color: #458DB3;
}
</style>
background-color css
<style>
a { background-color: #458DB3; }
a { background-color: rgb(69,141,179); }
div.DivClassName
{
background-color: #458DB3;
}
.BgClassName
{
background-color: #458DB3;
}
</style>
border-color css
<style>
span { border-color: #458DB3; }
span { border-color: rgb(69,141,179); }
td.TdClassName
{
border-color: #458DB3;
}
.TagClassName
{
border-color: #458DB3;
}
</style>