#424846

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

Shades of Corduroy #424846

Tints of Corduroy #424846

Color information

#424846 (or 0x424846) is unknown color: approx Corduroy. HEX triplet: 42, 48 and 46. RGB value is (66,72,70). Sum of RGB (Red+Green+Blue) = 66+72+70=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 72 - color contains mainly: green. Hex color #424846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424846 is #BDB7B9. Grayscale: #454545. Windows color (decimal): -12433338 or 4606018. OLE color: 4606018.

HSL color Cylindrical-coordinate representation of color #424846: hue angle of 160º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #424846 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB667270-
CMYK0.0800.030.72
HSL160º4.35%27.06%-
HSV(B)160º8.33%28.24%-
XYZ5.676.246.7-
YUV69.98128.01125.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=31.73%
G=34.62%
B=33.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6672700.0800.030.721604.3527.06
Hex42484680348a041b
Octal1021101061003110240433
Binary100001010010001000110100001110010001010000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424846; }

 p { color: rgb(66,72,70); }

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

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

 a { background-color: rgb(66,72,70); }

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

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

 span { border-color: rgb(66,72,70); }

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