#444F5D

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

Shades of Cello #444F5D

Tints of Cello #444F5D

Color information

#444F5D (or 0x444F5D) is unknown color: approx Cello. HEX triplet: 44, 4F and 5D. RGB value is (68,79,93). Sum of RGB (Red+Green+Blue) = 68+79+93=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #444F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F5D is #BBB0A2. Grayscale: #4D4D4D. Windows color (decimal): -12300451 or 6115140. OLE color: 6115140.

HSL color Cylindrical-coordinate representation of color #444F5D: hue angle of 213.6º 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 #444F5D is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB687993-
CMYK0.270.1500.64
HSL213.6º15.53%31.57%-
HSV(B)213.6º26.88%36.47%-
XYZ7.167.6111.45-
YUV77.31136.86121.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=28.33%
G=32.92%
B=38.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6879930.270.1500.64213.615.5331.57
Hex444F5D1BF040d61020
Octal104117135331701003262040
Binary100010010011111011101110111111010000001101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444F5D; }

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

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

<style>
 a { background-color: #444F5D; }

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

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

<style>
 span { border-color: #444F5D; }

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

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