#42504B

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

Shades of Corduroy #42504B

Tints of Corduroy #42504B

Color information

#42504B (or 0x42504B) is unknown color: approx Corduroy. HEX triplet: 42, 50 and 4B. RGB value is (66,80,75). Sum of RGB (Red+Green+Blue) = 66+80+75=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 80 - color contains mainly: green. Hex color #42504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42504B is #BDAFB4. Grayscale: #4B4B4B. Windows color (decimal): -12431285 or 4935746. OLE color: 4935746.

HSL color Cylindrical-coordinate representation of color #42504B: hue angle of 158.57º 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 #42504B is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB668075-
CMYK0.1700.060.69
HSL158.57º9.59%28.63%-
HSV(B)158.57º17.5%31.37%-
XYZ6.397.47.75-
YUV75.24127.86121.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=29.86%
G=36.20%
B=33.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6680750.1700.060.69158.579.5928.63
Hex42504B1106459fa1d
Octal10212011321061052371235
Binary100001010100001001011100010110100010110011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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