Html Css Color HEX #414E4A Corduroy

📋 copy color: '#414E4A'

red 65 ◦ green 78 ◦ blue 74

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

Shades of Corduroy #414E4A

Tints of Corduroy #414E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.1%

R = 29.95%
G = 35.94%
B = 34.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#414E4A (or 0x414E4A) is known color: Corduroy. HEX triplet: 41, 4E and 4A. RGB value is (65,78,74). Sum of RGB (Red+Green+Blue) = 65+78+74=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #414E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E4A is #BEB1B5. Grayscale: #494949. Windows color (decimal): -12497334 or 4869697. OLE color: 4869697.

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

Color convert

RGB 65 78 74 -
CMYK 0.17 0 0.05 0.69
HSL 161.54º 0.09% 0.28% -
HSV(B) 161.54º 0.17% 0.31% -
XYZ 6.14 7.07 7.52 -
YUV 73.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 65 78 74 0.17 0 0.05 0.69 161.54 0.09 0.28
Hex 41 4E 4A 11 0 5 45 A2 9 1C
Octal 101 116 112 21 0 5 105 242 11 34
Binary 1000001 1001110 1001010 10001 0 101 1000101 10100010 1001 11100

Color Harmonies of #414E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E4A

Black with #414E4A

Text Example


Text Example

White with #414E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414E4A; }

 p { color: rgb(65,78,74); }

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

background-color css

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

 a { background-color: rgb(65,78,74); }

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

border-color css

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

 span { border-color: rgb(65,78,74); }

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