#424F4B

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

Shades of Corduroy #424F4B

Tints of Corduroy #424F4B

Color information

#424F4B (or 0x424F4B) is unknown color: approx Corduroy. HEX triplet: 42, 4F and 4B. RGB value is (66,79,75). Sum of RGB (Red+Green+Blue) = 66+79+75=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #424F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F4B is #BDB0B4. Grayscale: #4A4A4A. Windows color (decimal): -12431541 or 4935490. OLE color: 4935490.

HSL color Cylindrical-coordinate representation of color #424F4B: hue angle of 161.54º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #424F4B is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB667975-
CMYK0.1600.050.69
HSL161.54º8.97%28.43%-
HSV(B)161.54º16.46%30.98%-
XYZ6.317.267.72-
YUV74.66128.19121.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 75 (29.69% from 255) = 34.09%
R=30%
G=35.91%
B=34.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6679750.1600.050.69161.548.9728.43
Hex424F4B100545a291c
Octal10211711320051052421134
Binary100001010011111001011100000101100010110100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424F4B; }

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

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

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

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

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

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

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

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