#404F5D

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

Shades of Cello #404F5D

Tints of Cello #404F5D

Color information

#404F5D (or 0x404F5D) is unknown color: approx Cello. HEX triplet: 40, 4F and 5D. RGB value is (64,79,93). Sum of RGB (Red+Green+Blue) = 64+79+93=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #404F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F5D is #BFB0A2. Grayscale: #4C4C4C. Windows color (decimal): -12562595 or 6115136. OLE color: 6115136.

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

Color convert

RGB647993-
CMYK0.310.1500.64
HSL208.97º18.47%30.78%-
HSV(B)208.97º31.18%36.47%-
XYZ6.897.4711.44-
YUV76.11137.53119.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=27.12%
G=33.47%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6479930.310.1500.64208.9718.4730.78
Hex404F5D1FF040d1121f
Octal100117135371701003212237
Binary10000001001111101110111111111101000000110100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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