#404F53

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

Shades of Casal #404F53

Tints of Casal #404F53

Color information

#404F53 (or 0x404F53) is unknown color: approx Casal. HEX triplet: 40, 4F and 53. RGB value is (64,79,83). Sum of RGB (Red+Green+Blue) = 64+79+83=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #404F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F53 is #BFB0AC. Grayscale: #4A4A4A. Windows color (decimal): -12562605 or 5459776. OLE color: 5459776.

HSL color Cylindrical-coordinate representation of color #404F53: hue angle of 192.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404F53 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB647983-
CMYK0.230.0500.67
HSL192.63º12.93%28.82%-
HSV(B)192.63º22.89%32.55%-
XYZ6.477.319.25-
YUV74.97132.53120.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=28.32%
G=34.96%
B=36.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6479830.230.0500.67192.6312.9328.82
Hex404F53175043c1d1d
Octal10011712327501033011535
Binary100000010011111010011101111010100001111000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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