#404E52

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

Shades of Casal #404E52

Tints of Casal #404E52

Color information

#404E52 (or 0x404E52) is unknown color: approx Casal. HEX triplet: 40, 4E and 52. RGB value is (64,78,82). Sum of RGB (Red+Green+Blue) = 64+78+82=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #404E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E52 is #BFB1AD. Grayscale: #4A4A4A. Windows color (decimal): -12562862 or 5393984. OLE color: 5393984.

HSL color Cylindrical-coordinate representation of color #404E52: hue angle of 193.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404E52 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB647882-
CMYK0.220.0500.68
HSL193.33º12.33%28.63%-
HSV(B)193.33º21.95%32.16%-
XYZ6.367.159.03-
YUV74.27132.36120.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=28.57%
G=34.82%
B=36.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6478820.220.0500.68193.3312.3328.63
Hex404E52165044c1c1d
Octal10011612226501043011435
Binary100000010011101010010101101010100010011000001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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