Shades of Boston Blue #458BA4
Tints of Boston Blue #458BA4
RGB
CMYK
RGB Variations
Color information
#458BA4 (or 0x458BA4) is known color: Boston Blue. HEX triplet: 45, 8B and A4. RGB value is (69,139,164). Sum of RGB (Red+Green+Blue) = 69+139+164=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #458BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458BA4 is #BA745B. Grayscale: #787878. Windows color (decimal): -12219484 or 10783557. OLE color: 10783557.
HSL color Cylindrical-coordinate representation of color #458BA4: hue angle of 195.79º 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 #458BA4 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 139 | 164 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.36 |
| HSL | 195.79º | 0.41% | 0.46% | - |
| HSV(B) | 195.79º | 0.58% | 0.64% | - |
| XYZ | 18.39 | 22.41 | 38.48 | - |
| YUV | 120.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 164 | 0.58 | 0.15 | 0 | 0.36 | 195.79 | 0.41 | 0.46 |
| Hex | 45 | 8B | A4 | 3A | F | 0 | 24 | C4 | 29 | 2E |
| Octal | 105 | 213 | 244 | 72 | 17 | 0 | 44 | 304 | 51 | 56 |
| Binary | 1000101 | 10001011 | 10100100 | 111010 | 1111 | 0 | 100100 | 11000100 | 101001 | 101110 |
Color Harmonies of #458BA4
Complementary color
Monochromatic Colors of #458BA4
Black with #458BA4
Text Example
Text Example
White with #458BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BA4; }
p { color: rgb(69,139,164); }
H1.HeaderClassName
{
color: #458BA4;
}
.AnyTagClassName
{
color: #458BA4;
}
</style>
background-color css
<style>
a { background-color: #458BA4; }
a { background-color: rgb(69,139,164); }
div.DivClassName
{
background-color: #458BA4;
}
.BgClassName
{
background-color: #458BA4;
}
</style>
border-color css
<style>
span { border-color: #458BA4; }
span { border-color: rgb(69,139,164); }
td.TdClassName
{
border-color: #458BA4;
}
.TagClassName
{
border-color: #458BA4;
}
</style>