#458EAE

Color #458EAE Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #458EAE

Tints of Boston Blue #458EAE

Color information

#458EAE (or 0x458EAE) is unknown color: approx Boston Blue. HEX triplet: 45, 8E and AE. RGB value is (69,142,174). Sum of RGB (Red+Green+Blue) = 69+142+174=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #458EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EAE is #BA7151. Grayscale: #7B7B7B. Windows color (decimal): -12218706 or 11439685. OLE color: 11439685.

HSL color Cylindrical-coordinate representation of color #458EAE: hue angle of 198.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #458EAE is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69142174-
CMYK0.600.1800.32
HSL198.29º43.21%47.65%-
HSV(B)198.29º60.34%68.24%-
XYZ19.7723.6743.57-
YUV123.82156.3288.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=17.92%
G=36.88%
B=45.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691421740.600.1800.32198.2943.2147.65
Hex458EAE3C12020c62b30
Octal10521625674220403065360
Binary1000101100011101010111011110010010010000011000110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458EAE; }

 p { color: rgb(69,142,174); }

 H1.HeaderClassName
 {
   color: #458EAE;
 }
 .AnyTagClassName
 {
   color: #458EAE;
 }
</style>
background-color css

<style>
 a { background-color: #458EAE; }

 a { background-color: rgb(69,142,174); }

 div.DivClassName
 {
   background-color: #458EAE;
 }
 .BgClassName
 {
   background-color: #458EAE;
 }
</style>
border-color css

<style>
 span { border-color: #458EAE; }

 span { border-color: rgb(69,142,174); }

 td.TdClassName
 {
   border-color: #458EAE;
 }
 .TagClassName
 {
   border-color: #458EAE;
 }
</style>