#44939B

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

Shades of Blue Chill #44939B

Tints of Blue Chill #44939B

Color information

#44939B (or 0x44939B) is unknown color: approx Blue Chill. HEX triplet: 44, 93 and 9B. RGB value is (68,147,155). Sum of RGB (Red+Green+Blue) = 68+147+155=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #44939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44939B is #BB6C64. Grayscale: #7C7C7C. Windows color (decimal): -12282981 or 10195780. OLE color: 10195780.

HSL color Cylindrical-coordinate representation of color #44939B: hue angle of 185.52º 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 #44939B is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68147155-
CMYK0.560.0500.39
HSL185.52º39.01%43.73%-
HSV(B)185.52º56.13%60.78%-
XYZ18.7324.4634.74-
YUV124.29145.3387.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.38%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=18.38%
G=39.73%
B=41.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681471550.560.0500.39185.5239.0143.73
Hex44939B385027ba272c
Octal1042232337050472724754
Binary10001001001001110011011111000101010011110111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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