Html Css Color HEX #474843 Gravel

📋 copy color: '#474843'

red 71 ◦ green 72 ◦ blue 67

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

Shades of Gravel #474843

Tints of Gravel #474843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 67 (26.56% from 255) = 31.9%

R = 33.81%
G = 34.29%
B = 31.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#474843 (or 0x474843) is known color: Gravel. HEX triplet: 47, 48 and 43. RGB value is (71,72,67). Sum of RGB (Red+Green+Blue) = 71+72+67=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 72 - color contains mainly: green. Hex color #474843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474843 is #B8B7BC. Grayscale: #474747. Windows color (decimal): -12105661 or 4409415. OLE color: 4409415.

HSL color Cylindrical-coordinate representation of color #474843: hue angle of 72º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #474843 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 72 67 -
CMYK 0.01 0 0.07 0.72
HSL 72º 0.04% 0.27% -
HSV(B) 72º 0.07% 0.28% -
XYZ 5.93 6.38 6.23 -
YUV 71.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 71 72 67 0.01 0 0.07 0.72 72 0.04 0.27
Hex 47 48 43 1 0 7 48 48 4 1B
Octal 107 110 103 1 0 7 110 110 4 33
Binary 1000111 1001000 1000011 1 0 111 1001000 1001000 100 11011

Color Harmonies of #474843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474843

Black with #474843

Text Example


Text Example

White with #474843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474843; }

 p { color: rgb(71,72,67); }

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

background-color css

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

 a { background-color: rgb(71,72,67); }

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

border-color css

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

 span { border-color: rgb(71,72,67); }

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