#404D60

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

Shades of Cello #404D60

Tints of Cello #404D60

Color information

#404D60 (or 0x404D60) is unknown color: approx Cello. HEX triplet: 40, 4D and 60. RGB value is (64,77,96). Sum of RGB (Red+Green+Blue) = 64+77+96=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #404D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D60 is #BFB29F. Grayscale: #4B4B4B. Windows color (decimal): -12563104 or 6311232. OLE color: 6311232.

HSL color Cylindrical-coordinate representation of color #404D60: hue angle of 215.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404D60 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647796-
CMYK0.330.2000.62
HSL215.62º20%31.37%-
HSV(B)215.62º33.33%37.65%-
XYZ6.887.2412.1-
YUV75.28139.69119.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=27.00%
G=32.49%
B=40.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6477960.330.2000.62215.622031.37
Hex404D60211403Ed8141f
Octal10011514041240763302437
Binary100000010011011100000100001101000111110110110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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