Html Css Color HEX #414846 Corduroy

📋 copy color: '#414846'

red 65 ◦ green 72 ◦ blue 70

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

Shades of Corduroy #414846

Tints of Corduroy #414846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

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

R = 31.4%
G = 34.78%
B = 33.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#414846 (or 0x414846) is known color: Corduroy. HEX triplet: 41, 48 and 46. RGB value is (65,72,70). Sum of RGB (Red+Green+Blue) = 65+72+70=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 72 - color contains mainly: green. Hex color #414846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414846 is #BEB7B9. Grayscale: #454545. Windows color (decimal): -12498874 or 4606017. OLE color: 4606017.

HSL color Cylindrical-coordinate representation of color #414846: hue angle of 162.86º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414846 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 70 -
CMYK 0.10 0 0.03 0.72
HSL 162.86º 0.05% 0.27% -
HSV(B) 162.86º 0.1% 0.28% -
XYZ 5.6 6.2 6.7 -
YUV 69.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 65 72 70 0.10 0 0.03 0.72 162.86 0.05 0.27
Hex 41 48 46 A 0 3 48 A3 5 1B
Octal 101 110 106 12 0 3 110 243 5 33
Binary 1000001 1001000 1000110 1010 0 11 1001000 10100011 101 11011

Color Harmonies of #414846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414846

Black with #414846

Text Example


Text Example

White with #414846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414846; }

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

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

background-color css

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

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

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

border-color css

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

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

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