#449E99

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

Shades of Blue Chill #449E99

Tints of Blue Chill #449E99

Color information

#449E99 (or 0x449E99) is unknown color: approx Blue Chill. HEX triplet: 44, 9E and 99. RGB value is (68,158,153). Sum of RGB (Red+Green+Blue) = 68+158+153=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #449E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E99 is #BB6166. Grayscale: #828282. Windows color (decimal): -12280167 or 10067524. OLE color: 10067524.

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

Color convert

RGB68158153-
CMYK0.5700.030.38
HSL176.67º39.82%44.31%-
HSV(B)176.67º56.96%61.96%-
XYZ20.3627.9834.47-
YUV130.52140.6883.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=17.94%
G=41.69%
B=40.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581530.5700.030.38176.6739.8244.31
Hex449E99390326b1282c
Octal1042362317103462615054
Binary1000100100111101001100111100101110011010110001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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