#449E9D

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

Shades of Blue Chill #449E9D

Tints of Blue Chill #449E9D

Color information

#449E9D (or 0x449E9D) is unknown color: approx Blue Chill. HEX triplet: 44, 9E and 9D. RGB value is (68,158,157). Sum of RGB (Red+Green+Blue) = 68+158+157=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 158 - color contains mainly: green. Hex color #449E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449E9D is #BB6162. Grayscale: #828282. Windows color (decimal): -12280163 or 10329668. OLE color: 10329668.

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

Color convert

RGB68158157-
CMYK0.5700.010.38
HSL179.33º39.82%44.31%-
HSV(B)179.33º56.96%61.96%-
XYZ20.728.1236.23-
YUV130.98142.6883.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 158 (62.11% from 255) = 41.25%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=17.75%
G=41.25%
B=40.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581570.5700.010.38179.3339.8244.31
Hex449E9D390126b3282c
Octal1042362357101462635054
Binary100010010011110100111011110010110011010110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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