#44969C

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

Shades of Blue Chill #44969C

Tints of Blue Chill #44969C

Color information

#44969C (or 0x44969C) is unknown color: approx Blue Chill. HEX triplet: 44, 96 and 9C. RGB value is (68,150,156). Sum of RGB (Red+Green+Blue) = 68+150+156=374 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.18% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #44969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44969C is #BB6963. Grayscale: #7E7E7E. Windows color (decimal): -12282212 or 10262084. OLE color: 10262084.

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

Color convert

RGB68150156-
CMYK0.560.0400.39
HSL184.09º39.29%43.92%-
HSV(B)184.09º56.41%61.18%-
XYZ19.2925.4435.35-
YUV126.17144.8386.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.18%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=18.18%
G=40.11%
B=41.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681501560.560.0400.39184.0939.2943.92
Hex44969C384027b8272c
Octal1042262347040472704754
Binary10001001001011010011100111000100010011110111000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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