Html Css Color HEX #414946 Corduroy

📋 copy color: '#414946'

red 65 ◦ green 73 ◦ blue 70

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

Shades of Corduroy #414946

Tints of Corduroy #414946

RGB

 RED value IS 65 (25.78% from 255) = 31.25%

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 31.25%
G = 35.1%
B = 33.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#414946 (or 0x414946) is known color: Corduroy. HEX triplet: 41, 49 and 46. RGB value is (65,73,70). Sum of RGB (Red+Green+Blue) = 65+73+70=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 73 - color contains mainly: green. Hex color #414946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414946 is #BEB6B9. Grayscale: #464646. Windows color (decimal): -12498618 or 4606273. OLE color: 4606273.

HSL color Cylindrical-coordinate representation of color #414946: hue angle of 157.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #414946 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 70 -
CMYK 0.11 0 0.04 0.71
HSL 157.5º 0.06% 0.27% -
HSV(B) 157.5º 0.11% 0.29% -
XYZ 5.67 6.33 6.72 -
YUV 70.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 65 73 70 0.11 0 0.04 0.71 157.5 0.06 0.27
Hex 41 49 46 B 0 4 47 9E 6 1B
Octal 101 111 106 13 0 4 107 236 6 33
Binary 1000001 1001001 1000110 1011 0 100 1000111 10011110 110 11011

Color Harmonies of #414946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414946

Black with #414946

Text Example


Text Example

White with #414946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414946; }

 p { color: rgb(65,73,70); }

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

background-color css

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

 a { background-color: rgb(65,73,70); }

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

border-color css

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

 span { border-color: rgb(65,73,70); }

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