#44959E

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

Shades of Blue Chill #44959E

Tints of Blue Chill #44959E

Color information

#44959E (or 0x44959E) is unknown color: approx Blue Chill. HEX triplet: 44, 95 and 9E. RGB value is (68,149,158). Sum of RGB (Red+Green+Blue) = 68+149+158=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #44959E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44959E is #BB6A61. Grayscale: #7D7D7D. Windows color (decimal): -12282466 or 10392900. OLE color: 10392900.

HSL color Cylindrical-coordinate representation of color #44959E: hue angle of 186º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44959E is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68149158-
CMYK0.570.0600.38
HSL186º39.82%44.31%-
HSV(B)186º56.96%61.96%-
XYZ19.325.1936.19-
YUV125.81146.1686.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 149 (58.59% from 255) = 39.73%
BLUE value IS 158 (62.11% from 255) = 42.13%
R=18.13%
G=39.73%
B=42.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681491580.570.0600.3818639.8244.31
Hex44959E396026ba282c
Octal1042252367160462725054
Binary10001001001010110011110111001110010011010111010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44959E; }

 p { color: rgb(68,149,158); }

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

<style>
 a { background-color: #44959E; }

 a { background-color: rgb(68,149,158); }

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

<style>
 span { border-color: #44959E; }

 span { border-color: rgb(68,149,158); }

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