#424948

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

Shades of Corduroy #424948

Tints of Corduroy #424948

Color information

#424948 (or 0x424948) is unknown color: approx Corduroy. HEX triplet: 42, 49 and 48. RGB value is (66,73,72). Sum of RGB (Red+Green+Blue) = 66+73+72=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 73 - color contains mainly: green. Hex color #424948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424948 is #BDB6B7. Grayscale: #464646. Windows color (decimal): -12433080 or 4737346. OLE color: 4737346.

HSL color Cylindrical-coordinate representation of color #424948: hue angle of 171.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #424948 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB667372-
CMYK0.1000.010.71
HSL171.43º5.04%27.25%-
HSV(B)171.43º9.59%28.63%-
XYZ5.86.397.06-
YUV70.79128.68124.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=31.28%
G=34.60%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673720.1000.010.71171.435.0427.25
Hex424948A0147ab51b
Octal1021111101201107253533
Binary10000101001001100100010100110001111010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424948; }

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

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

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

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

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

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

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

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