#404E50

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

Shades of Casal #404E50

Tints of Casal #404E50

Color information

#404E50 (or 0x404E50) is unknown color: approx Casal. HEX triplet: 40, 4E and 50. RGB value is (64,78,80). Sum of RGB (Red+Green+Blue) = 64+78+80=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #404E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E50 is #BFB1AF. Grayscale: #4A4A4A. Windows color (decimal): -12562864 or 5262912. OLE color: 5262912.

HSL color Cylindrical-coordinate representation of color #404E50: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404E50 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647880-
CMYK0.200.0200.69
HSL187.5º11.11%28.24%-
HSV(B)187.5º20%31.37%-
XYZ6.297.128.63-
YUV74.04131.36120.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=28.83%
G=35.14%
B=36.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478800.200.0200.69187.511.1128.24
Hex404E50142045bbb1c
Octal10011612024201052731334
Binary10000001001110101000010100100100010110111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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