#404D5C

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

Shades of Cello #404D5C

Tints of Cello #404D5C

Color information

#404D5C (or 0x404D5C) is unknown color: approx Cello. HEX triplet: 40, 4D and 5C. RGB value is (64,77,92). Sum of RGB (Red+Green+Blue) = 64+77+92=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #404D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D5C is #BFB2A3. Grayscale: #4A4A4A. Windows color (decimal): -12563108 or 6049088. OLE color: 6049088.

HSL color Cylindrical-coordinate representation of color #404D5C: hue angle of 212.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404D5C is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647792-
CMYK0.300.1600.64
HSL212.14º17.95%30.59%-
HSV(B)212.14º30.43%36.08%-
XYZ6.77.1711.16-
YUV74.82137.69120.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=27.47%
G=33.05%
B=39.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6477920.300.1600.64212.1417.9530.59
Hex404D5C1E10040d4121f
Octal100115134362001003242237
Binary100000010011011011100111101000001000000110101001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404D5C; }

 p { color: rgb(64,77,92); }

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

<style>
 a { background-color: #404D5C; }

 a { background-color: rgb(64,77,92); }

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

<style>
 span { border-color: #404D5C; }

 span { border-color: rgb(64,77,92); }

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