#458EA5

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

Shades of Boston Blue #458EA5

Tints of Boston Blue #458EA5

Color information

#458EA5 (or 0x458EA5) is unknown color: approx Boston Blue. HEX triplet: 45, 8E and A5. RGB value is (69,142,165). Sum of RGB (Red+Green+Blue) = 69+142+165=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #458EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EA5 is #BA715A. Grayscale: #7A7A7A. Windows color (decimal): -12218715 or 10849861. OLE color: 10849861.

HSL color Cylindrical-coordinate representation of color #458EA5: hue angle of 194.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #458EA5 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB69142165-
CMYK0.580.1400.35
HSL194.38º41.03%45.88%-
HSV(B)194.38º58.18%64.71%-
XYZ18.9223.3339.1-
YUV122.8151.8289.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 165 (64.84% from 255) = 43.88%
R=18.35%
G=37.77%
B=43.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691421650.580.1400.35194.3841.0345.88
Hex458EA53AE023c2292e
Octal10521624572160433025156
Binary100010110001110101001011110101110010001111000010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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