#458B93

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

Shades of Blue Chill #458B93

Tints of Blue Chill #458B93

Color information

#458B93 (or 0x458B93) is unknown color: approx Blue Chill. HEX triplet: 45, 8B and 93. RGB value is (69,139,147). Sum of RGB (Red+Green+Blue) = 69+139+147=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #458B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458B93 is #BA746C. Grayscale: #767676. Windows color (decimal): -12219501 or 9669445. OLE color: 9669445.

HSL color Cylindrical-coordinate representation of color #458B93: hue angle of 186.15º 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 #458B93 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB69139147-
CMYK0.530.0500.42
HSL186.15º36.11%42.35%-
HSV(B)186.15º53.06%57.65%-
XYZ16.9521.8430.93-
YUV118.98143.8192.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.44%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=19.44%
G=39.15%
B=41.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691391470.530.0500.42186.1536.1142.35
Hex458B9335502Aba242a
Octal1052132236550522724452
Binary10001011000101110010011110101101010101010111010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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