#404E63

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

Shades of Cello #404E63

Tints of Cello #404E63

Color information

#404E63 (or 0x404E63) is unknown color: approx Cello. HEX triplet: 40, 4E and 63. RGB value is (64,78,99). Sum of RGB (Red+Green+Blue) = 64+78+99=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #404E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E63 is #BFB19C. Grayscale: #4C4C4C. Windows color (decimal): -12562845 or 6508096. OLE color: 6508096.

HSL color Cylindrical-coordinate representation of color #404E63: hue angle of 216º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404E63 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB647899-
CMYK0.350.2100.61
HSL216º21.47%31.96%-
HSV(B)216º35.35%38.82%-
XYZ7.097.4412.87-
YUV76.21140.86119.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=26.56%
G=32.37%
B=41.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6478990.350.2100.6121621.4731.96
Hex404E63231503Dd81520
Octal10011614343250753302540
Binary1000000100111011000111000111010101111011101100010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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