#404E61

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

Shades of Cello #404E61

Tints of Cello #404E61

Color information

#404E61 (or 0x404E61) is unknown color: approx Cello. HEX triplet: 40, 4E and 61. RGB value is (64,78,97). Sum of RGB (Red+Green+Blue) = 64+78+97=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #404E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E61 is #BFB19E. Grayscale: #4B4B4B. Windows color (decimal): -12562847 or 6377024. OLE color: 6377024.

HSL color Cylindrical-coordinate representation of color #404E61: hue angle of 214.55º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #404E61 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB647897-
CMYK0.340.2000.62
HSL214.55º20.5%31.57%-
HSV(B)214.55º34.02%38.04%-
XYZ77.412.37-
YUV75.98139.86119.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=26.78%
G=32.64%
B=40.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6478970.340.2000.62214.5520.531.57
Hex404E61221403Ed71420
Octal10011614142240763272440
Binary1000000100111011000011000101010001111101101011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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