Html Css Color HEX #414746 Corduroy

📋 copy color: '#414746'

red 65 ◦ green 71 ◦ blue 70

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

Shades of Corduroy #414746

Tints of Corduroy #414746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

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

R = 31.55%
G = 34.47%
B = 33.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#414746 (or 0x414746) is known color: Corduroy. HEX triplet: 41, 47 and 46. RGB value is (65,71,70). Sum of RGB (Red+Green+Blue) = 65+71+70=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 71 - color contains mainly: green. Hex color #414746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414746 is #BEB8B9. Grayscale: #454545. Windows color (decimal): -12499130 or 4605761. OLE color: 4605761.

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

Color convert

RGB 65 71 70 -
CMYK 0.08 0 0.01 0.72
HSL 170º 0.04% 0.27% -
HSV(B) 170º 0.08% 0.28% -
XYZ 5.54 6.07 6.67 -
YUV 69.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 65 71 70 0.08 0 0.01 0.72 170 0.04 0.27
Hex 41 47 46 8 0 1 48 AA 4 1B
Octal 101 107 106 10 0 1 110 252 4 33
Binary 1000001 1000111 1000110 1000 0 1 1001000 10101010 100 11011

Color Harmonies of #414746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414746

Black with #414746

Text Example


Text Example

White with #414746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414746; }

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

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

background-color css

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

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

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

border-color css

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

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

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