Shades of Boston Blue #458AAA
Tints of Boston Blue #458AAA
RGB
CMYK
RGB Variations
Color information
#458AAA (or 0x458AAA) is known color: Boston Blue. HEX triplet: 45, 8A and AA. RGB value is (69,138,170). Sum of RGB (Red+Green+Blue) = 69+138+170=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #458AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458AAA is #BA7555. Grayscale: #787878. Windows color (decimal): -12219734 or 11176517. OLE color: 11176517.
HSL color Cylindrical-coordinate representation of color #458AAA: hue angle of 199.01º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #458AAA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 138 | 170 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.33 |
| HSL | 199.01º | 0.42% | 0.47% | - |
| HSV(B) | 199.01º | 0.59% | 0.67% | - |
| XYZ | 18.8 | 22.34 | 41.35 | - |
| YUV | 121.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 170 | 0.59 | 0.19 | 0 | 0.33 | 199.01 | 0.42 | 0.47 |
| Hex | 45 | 8A | AA | 3B | 13 | 0 | 21 | C7 | 2A | 2F |
| Octal | 105 | 212 | 252 | 73 | 23 | 0 | 41 | 307 | 52 | 57 |
| Binary | 1000101 | 10001010 | 10101010 | 111011 | 10011 | 0 | 100001 | 11000111 | 101010 | 101111 |
Color Harmonies of #458AAA
Complementary color
Monochromatic Colors of #458AAA
Black with #458AAA
Text Example
Text Example
White with #458AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AAA; }
p { color: rgb(69,138,170); }
H1.HeaderClassName
{
color: #458AAA;
}
.AnyTagClassName
{
color: #458AAA;
}
</style>
background-color css
<style>
a { background-color: #458AAA; }
a { background-color: rgb(69,138,170); }
div.DivClassName
{
background-color: #458AAA;
}
.BgClassName
{
background-color: #458AAA;
}
</style>
border-color css
<style>
span { border-color: #458AAA; }
span { border-color: rgb(69,138,170); }
td.TdClassName
{
border-color: #458AAA;
}
.TagClassName
{
border-color: #458AAA;
}
</style>