#44979B

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

Shades of Blue Chill #44979B

Tints of Blue Chill #44979B

Color information

#44979B (or 0x44979B) is unknown color: approx Blue Chill. HEX triplet: 44, 97 and 9B. RGB value is (68,151,155). Sum of RGB (Red+Green+Blue) = 68+151+155=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #44979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44979B is #BB6864. Grayscale: #7E7E7E. Windows color (decimal): -12281957 or 10196804. OLE color: 10196804.

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

Color convert

RGB68151155-
CMYK0.560.0300.39
HSL182.76º39.01%43.73%-
HSV(B)182.76º56.13%60.78%-
XYZ19.3725.7334.96-
YUV126.6414486.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=18.18%
G=40.37%
B=41.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681511550.560.0300.39182.7639.0143.73
Hex44979B383027b7272c
Octal1042272337030472674754
Binary1000100100101111001101111100011010011110110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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