#404E5B

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

Shades of Cello #404E5B

Tints of Cello #404E5B

Color information

#404E5B (or 0x404E5B) is unknown color: approx Cello. HEX triplet: 40, 4E and 5B. RGB value is (64,78,91). Sum of RGB (Red+Green+Blue) = 64+78+91=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #404E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E5B is #BFB1A4. Grayscale: #4B4B4B. Windows color (decimal): -12562853 or 5983808. OLE color: 5983808.

HSL color Cylindrical-coordinate representation of color #404E5B: hue angle of 208.89º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404E5B is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647891-
CMYK0.300.1400.64
HSL208.89º17.42%30.39%-
HSV(B)208.89º29.67%35.69%-
XYZ6.737.2910.95-
YUV75.3136.86119.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 91 (35.94% from 255) = 39.06%
R=27.47%
G=33.48%
B=39.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6478910.300.1400.64208.8917.4230.39
Hex404E5B1EE040d1111e
Octal100116133361601003212136
Binary10000001001110101101111110111001000000110100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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