#44969E

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

Shades of Blue Chill #44969E

Tints of Blue Chill #44969E

Color information

#44969E (or 0x44969E) is unknown color: approx Blue Chill. HEX triplet: 44, 96 and 9E. RGB value is (68,150,158). Sum of RGB (Red+Green+Blue) = 68+150+158=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #44969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44969E is #BB6961. Grayscale: #7E7E7E. Windows color (decimal): -12282210 or 10393156. OLE color: 10393156.

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

Color convert

RGB68150158-
CMYK0.570.0500.38
HSL185.33º39.82%44.31%-
HSV(B)185.33º56.96%61.96%-
XYZ19.4625.5136.25-
YUV126.39145.8386.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681501580.570.0500.38185.3339.8244.31
Hex44969E395026b9282c
Octal1042262367150462715054
Binary10001001001011010011110111001101010011010111001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44969E; }

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

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

<style>
 a { background-color: #44969E; }

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

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

<style>
 span { border-color: #44969E; }

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

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