#459D95

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

Shades of Blue Chill #459D95

Tints of Blue Chill #459D95

Color information

#459D95 (or 0x459D95) is unknown color: approx Blue Chill. HEX triplet: 45, 9D and 95. RGB value is (69,157,149). Sum of RGB (Red+Green+Blue) = 69+157+149=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 157 - color contains mainly: green. Hex color #459D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459D95 is #BA626A. Grayscale: #818181. Windows color (decimal): -12214891 or 9805125. OLE color: 9805125.

HSL color Cylindrical-coordinate representation of color #459D95: hue angle of 174.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #459D95 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB69157149-
CMYK0.5600.050.38
HSL174.55º38.94%44.31%-
HSV(B)174.55º56.05%61.57%-
XYZ19.9427.5532.7-
YUV129.78138.8584.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=18.4%
G=41.87%
B=39.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal691571490.5600.050.38174.5538.9444.31
Hex459D95380526af272c
Octal1052352257005462574754
Binary10001011001110110010101111000010110011010101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459D95; }

 p { color: rgb(69,157,149); }

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

<style>
 a { background-color: #459D95; }

 a { background-color: rgb(69,157,149); }

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

<style>
 span { border-color: #459D95; }

 span { border-color: rgb(69,157,149); }

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