#458D89

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

Shades of Blue Chill #458D89

Tints of Blue Chill #458D89

Color information

#458D89 (or 0x458D89) is unknown color: approx Blue Chill. HEX triplet: 45, 8D and 89. RGB value is (69,141,137). Sum of RGB (Red+Green+Blue) = 69+141+137=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #458D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458D89 is #BA7276. Grayscale: #767676. Windows color (decimal): -12218999 or 9014597. OLE color: 9014597.

HSL color Cylindrical-coordinate representation of color #458D89: hue angle of 176.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D89 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB69141137-
CMYK0.5100.030.45
HSL176.67º34.29%41.18%-
HSV(B)176.67º51.06%55.29%-
XYZ16.4922.1227.07-
YUV119.02138.1592.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.88%
GREEN value IS 141 (55.47% from 255) = 40.63%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=19.88%
G=40.63%
B=39.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691411370.5100.030.45176.6734.2941.18
Hex458D8933032Db12229
Octal1052152116303552614251
Binary1000101100011011000100111001101110110110110001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,141,137); }

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

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

 a { background-color: rgb(69,141,137); }

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

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

 span { border-color: rgb(69,141,137); }

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