#44948D

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

Shades of Blue Chill #44948D

Tints of Blue Chill #44948D

Color information

#44948D (or 0x44948D) is unknown color: approx Blue Chill. HEX triplet: 44, 94 and 8D. RGB value is (68,148,141). Sum of RGB (Red+Green+Blue) = 68+148+141=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #44948D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44948D is #BB6B72. Grayscale: #7B7B7B. Windows color (decimal): -12282739 or 9278532. OLE color: 9278532.

HSL color Cylindrical-coordinate representation of color #44948D: hue angle of 174.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44948D is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB68148141-
CMYK0.5400.050.42
HSL174.75º37.04%42.35%-
HSV(B)174.75º54.05%58.04%-
XYZ17.7824.3328.96-
YUV123.2813888.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=19.05%
G=41.46%
B=39.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681481410.5400.050.42174.7537.0442.35
Hex44948D36052Aaf252a
Octal1042242156605522574552
Binary10001001001010010001101110110010110101010101111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44948D; }

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

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

<style>
 a { background-color: #44948D; }

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

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

<style>
 span { border-color: #44948D; }

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

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