#44949C

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

Shades of Blue Chill #44949C

Tints of Blue Chill #44949C

Color information

#44949C (or 0x44949C) is unknown color: approx Blue Chill. HEX triplet: 44, 94 and 9C. RGB value is (68,148,156). Sum of RGB (Red+Green+Blue) = 68+148+156=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #44949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44949C is #BB6B63. Grayscale: #7C7C7C. Windows color (decimal): -12282724 or 10261572. OLE color: 10261572.

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

Color convert

RGB68148156-
CMYK0.560.0500.39
HSL185.45º39.29%43.92%-
HSV(B)185.45º56.41%61.18%-
XYZ18.9724.8135.24-
YUV124.99145.587.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=18.28%
G=39.78%
B=41.94%

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
Decimal681481560.560.0500.39185.4539.2943.92
Hex44949C385027b9272c
Octal1042242347050472714754
Binary10001001001010010011100111000101010011110111001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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