#44505C

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

Shades of Cello #44505C

Tints of Cello #44505C

Color information

#44505C (or 0x44505C) is unknown color: approx Cello. HEX triplet: 44, 50 and 5C. RGB value is (68,80,92). Sum of RGB (Red+Green+Blue) = 68+80+92=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #44505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44505C is #BBAFA3. Grayscale: #4D4D4D. Windows color (decimal): -12300196 or 6049860. OLE color: 6049860.

HSL color Cylindrical-coordinate representation of color #44505C: hue angle of 210º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44505C is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688092-
CMYK0.260.1300.64
HSL210º15%31.37%-
HSV(B)210º26.09%36.08%-
XYZ7.187.7411.24-
YUV77.78136.02121.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=28.33%
G=33.33%
B=38.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6880920.260.1300.642101531.37
Hex44505C1AD040d2f1f
Octal104120134321501003221737
Binary1000100101000010111001101011010100000011010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,80,92); }

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

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

 a { background-color: rgb(68,80,92); }

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

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

 span { border-color: rgb(68,80,92); }

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