#44979E

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

Shades of Blue Chill #44979E

Tints of Blue Chill #44979E

Color information

#44979E (or 0x44979E) is unknown color: approx Blue Chill. HEX triplet: 44, 97 and 9E. RGB value is (68,151,158). Sum of RGB (Red+Green+Blue) = 68+151+158=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #44979E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44979E is #BB6861. Grayscale: #7E7E7E. Windows color (decimal): -12281954 or 10393412. OLE color: 10393412.

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

Color convert

RGB68151158-
CMYK0.570.0400.38
HSL184.67º39.82%44.31%-
HSV(B)184.67º56.96%61.96%-
XYZ19.6225.8336.3-
YUV126.98145.585.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=18.04%
G=40.05%
B=41.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681511580.570.0400.38184.6739.8244.31
Hex44979E394026b9282c
Octal1042272367140462715054
Binary10001001001011110011110111001100010011010111001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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