#44515D

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

Shades of Cello #44515D

Tints of Cello #44515D

Color information

#44515D (or 0x44515D) is unknown color: approx Cello. HEX triplet: 44, 51 and 5D. RGB value is (68,81,93). Sum of RGB (Red+Green+Blue) = 68+81+93=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #44515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44515D is #BBAEA2. Grayscale: #4E4E4E. Windows color (decimal): -12299939 or 6115652. OLE color: 6115652.

HSL color Cylindrical-coordinate representation of color #44515D: hue angle of 208.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44515D is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB688193-
CMYK0.270.1300.64
HSL208.8º15.53%31.57%-
HSV(B)208.8º26.88%36.47%-
XYZ7.37.911.5-
YUV78.48136.19120.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=28.10%
G=33.47%
B=38.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6881930.270.1300.64208.815.5331.57
Hex44515D1BD040d11020
Octal104121135331501003212040
Binary100010010100011011101110111101010000001101000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44515D; }

 p { color: rgb(68,81,93); }

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

<style>
 a { background-color: #44515D; }

 a { background-color: rgb(68,81,93); }

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

<style>
 span { border-color: #44515D; }

 span { border-color: rgb(68,81,93); }

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