#44969F

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

Shades of Blue Chill #44969F

Tints of Blue Chill #44969F

Color information

#44969F (or 0x44969F) is unknown color: approx Blue Chill. HEX triplet: 44, 96 and 9F. RGB value is (68,150,159). Sum of RGB (Red+Green+Blue) = 68+150+159=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #44969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44969F is #BB6960. Grayscale: #7E7E7E. Windows color (decimal): -12282209 or 10458692. OLE color: 10458692.

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

Color convert

RGB68150159-
CMYK0.570.0600.38
HSL185.93º40.09%44.51%-
HSV(B)185.93º57.23%62.35%-
XYZ19.5525.5436.7-
YUV126.51146.3386.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=18.04%
G=39.79%
B=42.18%

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
Decimal681501590.570.0600.38185.9340.0944.51
Hex44969F396026ba282d
Octal1042262377160462725055
Binary10001001001011010011111111001110010011010111010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44969F; }

 p { color: rgb(68,150,159); }

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

<style>
 a { background-color: #44969F; }

 a { background-color: rgb(68,150,159); }

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

<style>
 span { border-color: #44969F; }

 span { border-color: rgb(68,150,159); }

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