Shades of Boston Blue #458AA4
Tints of Boston Blue #458AA4
RGB
CMYK
RGB Variations
Color information
#458AA4 (or 0x458AA4) is known color: Boston Blue. HEX triplet: 45, 8A and A4. RGB value is (69,138,164). Sum of RGB (Red+Green+Blue) = 69+138+164=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #458AA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458AA4 is #BA755B. Grayscale: #787878. Windows color (decimal): -12219740 or 10783301. OLE color: 10783301.
HSL color Cylindrical-coordinate representation of color #458AA4: hue angle of 196.42º 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 #458AA4 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 138 | 164 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.36 |
| HSL | 196.42º | 0.41% | 0.46% | - |
| HSV(B) | 196.42º | 0.58% | 0.64% | - |
| XYZ | 18.24 | 22.12 | 38.43 | - |
| YUV | 120.33 | 152.64 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 164 | 0.58 | 0.16 | 0 | 0.36 | 196.42 | 0.41 | 0.46 |
| Hex | 45 | 8A | A4 | 3A | 10 | 0 | 24 | C4 | 29 | 2E |
| Octal | 105 | 212 | 244 | 72 | 20 | 0 | 44 | 304 | 51 | 56 |
| Binary | 1000101 | 10001010 | 10100100 | 111010 | 10000 | 0 | 100100 | 11000100 | 101001 | 101110 |
Color Harmonies of #458AA4
Complementary color
Monochromatic Colors of #458AA4
Black with #458AA4
Text Example
Text Example
White with #458AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AA4; }
p { color: rgb(69,138,164); }
H1.HeaderClassName
{
color: #458AA4;
}
.AnyTagClassName
{
color: #458AA4;
}
</style>
background-color css
<style>
a { background-color: #458AA4; }
a { background-color: rgb(69,138,164); }
div.DivClassName
{
background-color: #458AA4;
}
.BgClassName
{
background-color: #458AA4;
}
</style>
border-color css
<style>
span { border-color: #458AA4; }
span { border-color: rgb(69,138,164); }
td.TdClassName
{
border-color: #458AA4;
}
.TagClassName
{
border-color: #458AA4;
}
</style>