#449E95

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

Shades of Blue Chill #449E95

Tints of Blue Chill #449E95

Color information

#449E95 (or 0x449E95) is unknown color: approx Blue Chill. HEX triplet: 44, 9E and 95. RGB value is (68,158,149). Sum of RGB (Red+Green+Blue) = 68+158+149=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #449E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E95 is #BB616A. Grayscale: #828282. Windows color (decimal): -12280171 or 9805380. OLE color: 9805380.

HSL color Cylindrical-coordinate representation of color #449E95: hue angle of 174º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E95 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB68158149-
CMYK0.5700.060.38
HSL174º39.82%44.31%-
HSV(B)174º56.96%61.96%-
XYZ20.0427.8532.75-
YUV130.06138.6883.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=18.13%
G=42.13%
B=39.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581490.5700.060.3817439.8244.31
Hex449E95390626ae282c
Octal1042362257106462565054
Binary10001001001111010010101111001011010011010101110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449E95; }

 p { color: rgb(68,158,149); }

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

<style>
 a { background-color: #449E95; }

 a { background-color: rgb(68,158,149); }

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

<style>
 span { border-color: #449E95; }

 span { border-color: rgb(68,158,149); }

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