#44939C

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

Shades of Blue Chill #44939C

Tints of Blue Chill #44939C

Color information

#44939C (or 0x44939C) is unknown color: approx Blue Chill. HEX triplet: 44, 93 and 9C. RGB value is (68,147,156). Sum of RGB (Red+Green+Blue) = 68+147+156=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #44939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44939C is #BB6C63. Grayscale: #7C7C7C. Windows color (decimal): -12282980 or 10261316. OLE color: 10261316.

HSL color Cylindrical-coordinate representation of color #44939C: hue angle of 186.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44939C is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68147156-
CMYK0.560.0600.39
HSL186.14º39.29%43.92%-
HSV(B)186.14º56.41%61.18%-
XYZ18.8224.535.19-
YUV124.4145.8387.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=18.33%
G=39.62%
B=42.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681471560.560.0600.39186.1439.2943.92
Hex44939C386027ba272c
Octal1042232347060472724754
Binary10001001001001110011100111000110010011110111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44939C; }

 p { color: rgb(68,147,156); }

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

<style>
 a { background-color: #44939C; }

 a { background-color: rgb(68,147,156); }

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

<style>
 span { border-color: #44939C; }

 span { border-color: rgb(68,147,156); }

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