Html Css Color HEX #464847 Corduroy

📋 copy color: '#464847'

red 70 ◦ green 72 ◦ blue 71

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

Shades of Corduroy #464847

Tints of Corduroy #464847

RGB

 RED value IS 70 (27.73% from 255) = 32.86%

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

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 32.86%
G = 33.8%
B = 33.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#464847 (or 0x464847) is known color: Corduroy. HEX triplet: 46, 48 and 47. RGB value is (70,72,71). Sum of RGB (Red+Green+Blue) = 70+72+71=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 72 - color contains mainly: green. Hex color #464847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464847 is #B9B7B8. Grayscale: #474747. Windows color (decimal): -12171193 or 4671558. OLE color: 4671558.

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

Color convert

RGB 70 72 71 -
CMYK 0.03 0 0.01 0.72
HSL 150º 0.01% 0.28% -
HSV(B) 150º 0.03% 0.28% -
XYZ 5.98 6.39 6.88 -
YUV 71.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 70 72 71 0.03 0 0.01 0.72 150 0.01 0.28
Hex 46 48 47 3 0 1 48 96 1 1C
Octal 106 110 107 3 0 1 110 226 1 34
Binary 1000110 1001000 1000111 11 0 1 1001000 10010110 1 11100

Color Harmonies of #464847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464847

Black with #464847

Text Example


Text Example

White with #464847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464847; }

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

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

background-color css

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

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

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

border-color css

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

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

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