#458EA4

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

Shades of Boston Blue #458EA4

Tints of Boston Blue #458EA4

Color information

#458EA4 (or 0x458EA4) is unknown color: approx Boston Blue. HEX triplet: 45, 8E and A4. RGB value is (69,142,164). Sum of RGB (Red+Green+Blue) = 69+142+164=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #458EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EA4 is #BA715B. Grayscale: #7A7A7A. Windows color (decimal): -12218716 or 10784325. OLE color: 10784325.

HSL color Cylindrical-coordinate representation of color #458EA4: hue angle of 193.89º 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 #458EA4 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB69142164-
CMYK0.580.1300.36
HSL193.89º40.77%45.69%-
HSV(B)193.89º57.93%64.31%-
XYZ18.8323.2938.63-
YUV122.68151.3289.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=18.4%
G=37.87%
B=43.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691421640.580.1300.36193.8940.7745.69
Hex458EA43AD024c2292e
Octal10521624472150443025156
Binary100010110001110101001001110101101010010011000010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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