#458EAB

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

Shades of Boston Blue #458EAB

Tints of Boston Blue #458EAB

Color information

#458EAB (or 0x458EAB) is unknown color: approx Boston Blue. HEX triplet: 45, 8E and AB. RGB value is (69,142,171). Sum of RGB (Red+Green+Blue) = 69+142+171=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #458EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458EAB is #BA7154. Grayscale: #7B7B7B. Windows color (decimal): -12218709 or 11243077. OLE color: 11243077.

HSL color Cylindrical-coordinate representation of color #458EAB: hue angle of 197.06º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #458EAB is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69142171-
CMYK0.600.1700.33
HSL197.06º42.5%47.06%-
HSV(B)197.06º59.65%67.06%-
XYZ19.4823.5542.05-
YUV123.48154.8289.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=18.06%
G=37.17%
B=44.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691421710.600.1700.33197.0642.547.06
Hex458EAB3C11021c52a2f
Octal10521625374210413055257
Binary1000101100011101010101111110010001010000111000101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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