#404E5C

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

Shades of Cello #404E5C

Tints of Cello #404E5C

Color information

#404E5C (or 0x404E5C) is unknown color: approx Cello. HEX triplet: 40, 4E and 5C. RGB value is (64,78,92). Sum of RGB (Red+Green+Blue) = 64+78+92=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #404E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E5C is #BFB1A3. Grayscale: #4B4B4B. Windows color (decimal): -12562852 or 6049344. OLE color: 6049344.

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

Color convert

RGB647892-
CMYK0.300.1500.64
HSL210º17.95%30.59%-
HSV(B)210º30.43%36.08%-
XYZ6.777.3111.18-
YUV75.41137.36119.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=27.35%
G=33.33%
B=39.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6478920.300.1500.6421017.9530.59
Hex404E5C1EF040d2121f
Octal100116134361701003222237
Binary10000001001110101110011110111101000000110100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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