#424B47

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

Shades of Corduroy #424B47

Tints of Corduroy #424B47

Color information

#424B47 (or 0x424B47) is unknown color: approx Corduroy. HEX triplet: 42, 4B and 47. RGB value is (66,75,71). Sum of RGB (Red+Green+Blue) = 66+75+71=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 75 - color contains mainly: green. Hex color #424B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B47 is #BDB4B8. Grayscale: #474747. Windows color (decimal): -12432569 or 4672322. OLE color: 4672322.

HSL color Cylindrical-coordinate representation of color #424B47: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #424B47 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB667571-
CMYK0.1200.050.71
HSL153.33º6.38%27.65%-
HSV(B)153.33º12%29.41%-
XYZ5.96.656.93-
YUV71.85127.52123.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=31.13%
G=35.38%
B=33.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6675710.1200.050.71153.336.3827.65
Hex424B47C05479961c
Octal1021131071405107231634
Binary1000010100101110001111100010110001111001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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