#422D44

Color #422D44 Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #422D44

Tints of Valentino #422D44

Color information

#422D44 (or 0x422D44) is unknown color: approx Valentino. HEX triplet: 42, 2D and 44. RGB value is (66,45,68). Sum of RGB (Red+Green+Blue) = 66+45+68=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #422D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D44 is #BDD2BB. Grayscale: #353535. Windows color (decimal): -12440252 or 4468034. OLE color: 4468034.

HSL color Cylindrical-coordinate representation of color #422D44: hue angle of 294.78º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #422D44 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB664568-
CMYK0.030.3400.73
HSL294.78º20.35%22.16%-
HSV(B)294.78º33.82%26.67%-
XYZ4.233.455.91-
YUV53.9135.96136.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 68 (26.95% from 255) = 37.99%
R=36.87%
G=25.14%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6645680.030.3400.73294.7820.3522.16
Hex422D443220491271416
Octal1025510434201114472426
Binary1000010101101100010011100010010010011001001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422D44; }

 p { color: rgb(66,45,68); }

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

<style>
 a { background-color: #422D44; }

 a { background-color: rgb(66,45,68); }

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

<style>
 span { border-color: #422D44; }

 span { border-color: rgb(66,45,68); }

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