Html Css Color HEX #434946 Corduroy

📋 copy color: '#434946'

red 67 ◦ green 73 ◦ blue 70

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

Shades of Corduroy #434946

Tints of Corduroy #434946

RGB

 RED value IS 67 (26.56% from 255) = 31.9%

 GREEN value IS 73 (28.91% from 255) = 34.76%

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

R = 31.9%
G = 34.76%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#434946 (or 0x434946) is known color: Corduroy. HEX triplet: 43, 49 and 46. RGB value is (67,73,70). Sum of RGB (Red+Green+Blue) = 67+73+70=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 73 - color contains mainly: green. Hex color #434946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434946 is #BCB6B9. Grayscale: #464646. Windows color (decimal): -12367546 or 4606275. OLE color: 4606275.

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

Color convert

RGB 67 73 70 -
CMYK 0.08 0 0.04 0.71
HSL 150º 0.04% 0.27% -
HSV(B) 150º 0.08% 0.29% -
XYZ 5.8 6.4 6.72 -
YUV 70.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 67 73 70 0.08 0 0.04 0.71 150 0.04 0.27
Hex 43 49 46 8 0 4 47 96 4 1B
Octal 103 111 106 10 0 4 107 226 4 33
Binary 1000011 1001001 1000110 1000 0 100 1000111 10010110 100 11011

Color Harmonies of #434946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434946

Black with #434946

Text Example


Text Example

White with #434946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434946; }

 p { color: rgb(67,73,70); }

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

background-color css

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

 a { background-color: rgb(67,73,70); }

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

border-color css

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

 span { border-color: rgb(67,73,70); }

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