Html Css Color HEX #414A46 Corduroy

📋 copy color: '#414A46'

red 65 ◦ green 74 ◦ blue 70

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

Shades of Corduroy #414A46

Tints of Corduroy #414A46

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.41%

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

R = 31.1%
G = 35.41%
B = 33.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#414A46 (or 0x414A46) is known color: Corduroy. HEX triplet: 41, 4A and 46. RGB value is (65,74,70). Sum of RGB (Red+Green+Blue) = 65+74+70=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 74 - color contains mainly: green. Hex color #414A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A46 is #BEB5B9. Grayscale: #464646. Windows color (decimal): -12498362 or 4606529. OLE color: 4606529.

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

Color convert

RGB 65 74 70 -
CMYK 0.12 0 0.05 0.71
HSL 153.33º 0.06% 0.27% -
HSV(B) 153.33º 0.12% 0.29% -
XYZ 5.73 6.46 6.74 -
YUV 70.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 65 74 70 0.12 0 0.05 0.71 153.33 0.06 0.27
Hex 41 4A 46 C 0 5 47 99 6 1B
Octal 101 112 106 14 0 5 107 231 6 33
Binary 1000001 1001010 1000110 1100 0 101 1000111 10011001 110 11011

Color Harmonies of #414A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A46

Black with #414A46

Text Example


Text Example

White with #414A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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