#44968E

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

Shades of Blue Chill #44968E

Tints of Blue Chill #44968E

Color information

#44968E (or 0x44968E) is unknown color: approx Blue Chill. HEX triplet: 44, 96 and 8E. RGB value is (68,150,142). Sum of RGB (Red+Green+Blue) = 68+150+142=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 150 - color contains mainly: green. Hex color #44968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44968E is #BB6971. Grayscale: #7C7C7C. Windows color (decimal): -12282226 or 9344580. OLE color: 9344580.

HSL color Cylindrical-coordinate representation of color #44968E: hue angle of 174.15º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44968E is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB68150142-
CMYK0.5500.050.41
HSL174.15º37.61%42.75%-
HSV(B)174.15º54.67%58.82%-
XYZ18.1724.9929.46-
YUV124.57137.8387.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.89%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=18.89%
G=41.67%
B=39.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501420.5500.050.41174.1537.6142.75
Hex44968E370529ae262b
Octal1042262166705512564653
Binary10001001001011010001110110111010110100110101110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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