Html Css Color HEX #414F49 Corduroy

📋 copy color: '#414F49'

red 65 ◦ green 79 ◦ blue 73

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

Shades of Corduroy #414F49

Tints of Corduroy #414F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 29.95%
G = 36.41%
B = 33.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#414F49 (or 0x414F49) is known color: Corduroy. HEX triplet: 41, 4F and 49. RGB value is (65,79,73). Sum of RGB (Red+Green+Blue) = 65+79+73=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #414F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F49 is #BEB0B6. Grayscale: #4A4A4A. Windows color (decimal): -12497079 or 4804417. OLE color: 4804417.

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

Color convert

RGB 65 79 73 -
CMYK 0.18 0 0.08 0.69
HSL 154.29º 0.1% 0.28% -
HSV(B) 154.29º 0.18% 0.31% -
XYZ 6.18 7.2 7.37 -
YUV 74.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 65 79 73 0.18 0 0.08 0.69 154.29 0.1 0.28
Hex 41 4F 49 12 0 8 45 9A A 1C
Octal 101 117 111 22 0 10 105 232 12 34
Binary 1000001 1001111 1001001 10010 0 1000 1000101 10011010 1010 11100

Color Harmonies of #414F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F49

Black with #414F49

Text Example


Text Example

White with #414F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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