#458D93

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

Shades of Blue Chill #458D93

Tints of Blue Chill #458D93

Color information

#458D93 (or 0x458D93) is unknown color: approx Blue Chill. HEX triplet: 45, 8D and 93. RGB value is (69,141,147). Sum of RGB (Red+Green+Blue) = 69+141+147=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #458D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458D93 is #BA726C. Grayscale: #787878. Windows color (decimal): -12218989 or 9669957. OLE color: 9669957.

HSL color Cylindrical-coordinate representation of color #458D93: hue angle of 184.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #458D93 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69141147-
CMYK0.530.0400.42
HSL184.62º36.11%42.35%-
HSV(B)184.62º53.06%57.65%-
XYZ17.2522.4231.02-
YUV120.16143.1591.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.33%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=19.33%
G=39.50%
B=41.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691411470.530.0400.42184.6236.1142.35
Hex458D9335402Ab9242a
Octal1052152236540522714452
Binary10001011000110110010011110101100010101010111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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