#42504A

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

Shades of Corduroy #42504A

Tints of Corduroy #42504A

Color information

#42504A (or 0x42504A) is unknown color: approx Corduroy. HEX triplet: 42, 50 and 4A. RGB value is (66,80,74). Sum of RGB (Red+Green+Blue) = 66+80+74=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #42504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42504A is #BDAFB5. Grayscale: #4B4B4B. Windows color (decimal): -12431286 or 4870210. OLE color: 4870210.

HSL color Cylindrical-coordinate representation of color #42504A: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #42504A is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB668074-
CMYK0.1700.080.69
HSL154.29º9.59%28.63%-
HSV(B)154.29º17.5%31.37%-
XYZ6.357.397.57-
YUV75.13127.36121.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=30%
G=36.36%
B=33.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680740.1700.080.69154.299.5928.63
Hex42504A1108459aa1d
Octal102120112210101052321235
Binary1000010101000010010101000101000100010110011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42504A; }

 p { color: rgb(66,80,74); }

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

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

 a { background-color: rgb(66,80,74); }

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

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

 span { border-color: rgb(66,80,74); }

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