Html Css Color HEX #424C48 Corduroy

📋 copy color: '#424C48'

red 66 ◦ green 76 ◦ blue 72

#424C48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #424C48

Tints of Corduroy #424C48

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

 GREEN value IS 76 (30.08% from 255) = 35.51%

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 30.84%
G = 35.51%
B = 33.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#424C48 (or 0x424C48) is known color: Corduroy. HEX triplet: 42, 4C and 48. RGB value is (66,76,72). Sum of RGB (Red+Green+Blue) = 66+76+72=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #424C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C48 is #BDB3B7. Grayscale: #484848. Windows color (decimal): -12432312 or 4738114. OLE color: 4738114.

HSL color Cylindrical-coordinate representation of color #424C48: hue angle of 156º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #424C48 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 76 72 -
CMYK 0.13 0 0.05 0.70
HSL 156º 0.07% 0.28% -
HSV(B) 156º 0.13% 0.3% -
XYZ 6 6.8 7.13 -
YUV 72.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 66 76 72 0.13 0 0.05 0.70 156 0.07 0.28
Hex 42 4C 48 D 0 5 46 9C 7 1C
Octal 102 114 110 15 0 5 106 234 7 34
Binary 1000010 1001100 1001000 1101 0 101 1000110 10011100 111 11100

Color Harmonies of #424C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C48

Black with #424C48

Text Example


Text Example

White with #424C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424C48;
 }
 .AnyTagClassName
 {
   color: #424C48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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