#404D4F

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

Shades of Casal #404D4F

Tints of Casal #404D4F

Color information

#404D4F (or 0x404D4F) is unknown color: approx Casal. HEX triplet: 40, 4D and 4F. RGB value is (64,77,79). Sum of RGB (Red+Green+Blue) = 64+77+79=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #404D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D4F is #BFB2B0. Grayscale: #494949. Windows color (decimal): -12563121 or 5197120. OLE color: 5197120.

HSL color Cylindrical-coordinate representation of color #404D4F: hue angle of 188º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404D4F is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647779-
CMYK0.190.0300.69
HSL188º10.49%28.04%-
HSV(B)188º18.99%30.98%-
XYZ6.186.968.42-
YUV73.34131.19121.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=29.09%
G=35%
B=35.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6477790.190.0300.6918810.4928.04
Hex404D4F133045bca1c
Octal10011511723301052741234
Binary10000001001101100111110011110100010110111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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