Shades of Boston Blue #458CB5
Tints of Boston Blue #458CB5
RGB
CMYK
RGB Variations
Color information
#458CB5 (or 0x458CB5) is known color: Boston Blue. HEX triplet: 45, 8C and B5. RGB value is (69,140,181). Sum of RGB (Red+Green+Blue) = 69+140+181=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #458CB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #458CB5 is #BA734A. Grayscale: #7B7B7B. Windows color (decimal): -12219211 or 11897925. OLE color: 11897925.
HSL color Cylindrical-coordinate representation of color #458CB5: hue angle of 201.96º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #458CB5 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 140 | 181 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.29 |
| HSL | 201.96º | 0.45% | 0.49% | - |
| HSV(B) | 201.96º | 0.62% | 0.71% | - |
| XYZ | 20.17 | 23.36 | 47.16 | - |
| YUV | 123.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 181 | 0.62 | 0.23 | 0 | 0.29 | 201.96 | 0.45 | 0.49 |
| Hex | 45 | 8C | B5 | 3E | 17 | 0 | 1D | CA | 2D | 31 |
| Octal | 105 | 214 | 265 | 76 | 27 | 0 | 35 | 312 | 55 | 61 |
| Binary | 1000101 | 10001100 | 10110101 | 111110 | 10111 | 0 | 11101 | 11001010 | 101101 | 110001 |
Color Harmonies of #458CB5
Complementary color
Monochromatic Colors of #458CB5
Black with #458CB5
Text Example
Text Example
White with #458CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CB5; }
p { color: rgb(69,140,181); }
H1.HeaderClassName
{
color: #458CB5;
}
.AnyTagClassName
{
color: #458CB5;
}
</style>
background-color css
<style>
a { background-color: #458CB5; }
a { background-color: rgb(69,140,181); }
div.DivClassName
{
background-color: #458CB5;
}
.BgClassName
{
background-color: #458CB5;
}
</style>
border-color css
<style>
span { border-color: #458CB5; }
span { border-color: rgb(69,140,181); }
td.TdClassName
{
border-color: #458CB5;
}
.TagClassName
{
border-color: #458CB5;
}
</style>