#404C58

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

Shades of Cello #404C58

Tints of Cello #404C58

Color information

#404C58 (or 0x404C58) is unknown color: approx Cello. HEX triplet: 40, 4C and 58. RGB value is (64,76,88). Sum of RGB (Red+Green+Blue) = 64+76+88=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #404C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404C58 is #BFB3A7. Grayscale: #494949. Windows color (decimal): -12563368 or 5786688. OLE color: 5786688.

HSL color Cylindrical-coordinate representation of color #404C58: hue angle of 210º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404C58 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB647688-
CMYK0.270.1400.65
HSL210º15.79%29.8%-
HSV(B)210º27.27%34.51%-
XYZ6.466.9610.24-
YUV73.78136.02121.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=28.07%
G=33.33%
B=38.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6476880.270.1400.6521015.7929.8
Hex404C581BE041d2101e
Octal100114130331601013222036
Binary10000001001100101100011011111001000001110100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,76,88); }

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

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

 a { background-color: rgb(64,76,88); }

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

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

 span { border-color: rgb(64,76,88); }

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