#449E96

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

Shades of Blue Chill #449E96

Tints of Blue Chill #449E96

Color information

#449E96 (or 0x449E96) is unknown color: approx Blue Chill. HEX triplet: 44, 9E and 96. RGB value is (68,158,150). Sum of RGB (Red+Green+Blue) = 68+158+150=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 158 - color contains mainly: green. Hex color #449E96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E96 is #BB6169. Grayscale: #828282. Windows color (decimal): -12280170 or 9870916. OLE color: 9870916.

HSL color Cylindrical-coordinate representation of color #449E96: hue angle of 174.67º 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 #449E96 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB68158150-
CMYK0.5700.050.38
HSL174.67º39.82%44.31%-
HSV(B)174.67º56.96%61.96%-
XYZ20.1227.8833.18-
YUV130.18139.1883.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.09%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=18.09%
G=42.02%
B=39.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581500.5700.050.38174.6739.8244.31
Hex449E96390526af282c
Octal1042362267105462575054
Binary10001001001111010010110111001010110011010101111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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