Html Css Color HEX #474E4C Corduroy

📋 copy color: '#474E4C'

red 71 ◦ green 78 ◦ blue 76

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

Shades of Corduroy #474E4C

Tints of Corduroy #474E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.67%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 31.56%
G = 34.67%
B = 33.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#474E4C (or 0x474E4C) is known color: Corduroy. HEX triplet: 47, 4E and 4C. RGB value is (71,78,76). Sum of RGB (Red+Green+Blue) = 71+78+76=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 78 - color contains mainly: green. Hex color #474E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E4C is #B8B1B3. Grayscale: #4B4B4B. Windows color (decimal): -12104116 or 5000775. OLE color: 5000775.

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

Color convert

RGB 71 78 76 -
CMYK 0.09 0 0.03 0.69
HSL 162.86º 0.05% 0.29% -
HSV(B) 162.86º 0.09% 0.31% -
XYZ 6.63 7.31 7.9 -
YUV 75.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 71 78 76 0.09 0 0.03 0.69 162.86 0.05 0.29
Hex 47 4E 4C 9 0 3 45 A3 5 1D
Octal 107 116 114 11 0 3 105 243 5 35
Binary 1000111 1001110 1001100 1001 0 11 1000101 10100011 101 11101

Color Harmonies of #474E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E4C

Black with #474E4C

Text Example


Text Example

White with #474E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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