Html Css Color HEX #474C4A Corduroy

📋 copy color: '#474C4A'

red 71 ◦ green 76 ◦ blue 74

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

Shades of Corduroy #474C4A

Tints of Corduroy #474C4A

RGB

 RED value IS 71 (28.13% from 255) = 32.13%

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

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 32.13%
G = 34.39%
B = 33.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#474C4A (or 0x474C4A) is known color: Corduroy. HEX triplet: 47, 4C and 4A. RGB value is (71,76,74). Sum of RGB (Red+Green+Blue) = 71+76+74=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 76 - color contains mainly: green. Hex color #474C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C4A is #B8B3B5. Grayscale: #4A4A4A. Windows color (decimal): -12104630 or 4869191. OLE color: 4869191.

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

Color convert

RGB 71 76 74 -
CMYK 0.07 0 0.03 0.70
HSL 156º 0.03% 0.29% -
HSV(B) 156º 0.07% 0.3% -
XYZ 6.42 7 7.49 -
YUV 74.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 71 76 74 0.07 0 0.03 0.70 156 0.03 0.29
Hex 47 4C 4A 7 0 3 46 9C 3 1D
Octal 107 114 112 7 0 3 106 234 3 35
Binary 1000111 1001100 1001010 111 0 11 1000110 10011100 11 11101

Color Harmonies of #474C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C4A

Black with #474C4A

Text Example


Text Example

White with #474C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474C4A; }

 p { color: rgb(71,76,74); }

 H1.HeaderClassName
 {
   color: #474C4A;
 }
 .AnyTagClassName
 {
   color: #474C4A;
 }
</style>

background-color css

<style>
 a { background-color: #474C4A; }

 a { background-color: rgb(71,76,74); }

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

border-color css

<style>
 span { border-color: #474C4A; }

 span { border-color: rgb(71,76,74); }

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