#404D50

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

Shades of Casal #404D50

Tints of Casal #404D50

Color information

#404D50 (or 0x404D50) is unknown color: approx Casal. HEX triplet: 40, 4D and 50. RGB value is (64,77,80). Sum of RGB (Red+Green+Blue) = 64+77+80=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #404D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D50 is #BFB2AF. Grayscale: #494949. Windows color (decimal): -12563120 or 5262656. OLE color: 5262656.

HSL color Cylindrical-coordinate representation of color #404D50: hue angle of 191.25º 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 #404D50 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647780-
CMYK0.200.0400.69
HSL191.25º11.11%28.24%-
HSV(B)191.25º20%31.37%-
XYZ6.226.988.61-
YUV73.46131.69121.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=28.96%
G=34.84%
B=36.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6477800.200.0400.69191.2511.1128.24
Hex404D50144045bfb1c
Octal10011512024401052771334
Binary100000010011011010000101001000100010110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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