Html Css Color HEX #424C49 Corduroy

📋 copy color: '#424C49'

red 66 ◦ green 76 ◦ blue 73

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

Shades of Corduroy #424C49

Tints of Corduroy #424C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.95%

R = 30.7%
G = 35.35%
B = 33.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#424C49 (or 0x424C49) is known color: Corduroy. HEX triplet: 42, 4C and 49. RGB value is (66,76,73). Sum of RGB (Red+Green+Blue) = 66+76+73=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #424C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C49 is #BDB3B6. Grayscale: #484848. Windows color (decimal): -12432311 or 4803650. OLE color: 4803650.

HSL color Cylindrical-coordinate representation of color #424C49: hue angle of 162º 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 #424C49 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 76 73 -
CMYK 0.13 0 0.04 0.70
HSL 162º 0.07% 0.28% -
HSV(B) 162º 0.13% 0.3% -
XYZ 6.03 6.81 7.3 -
YUV 72.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 66 76 73 0.13 0 0.04 0.70 162 0.07 0.28
Hex 42 4C 49 D 0 4 46 A2 7 1C
Octal 102 114 111 15 0 4 106 242 7 34
Binary 1000010 1001100 1001001 1101 0 100 1000110 10100010 111 11100

Color Harmonies of #424C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C49

Black with #424C49

Text Example


Text Example

White with #424C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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