Html Css Color HEX #464C4A Corduroy

📋 copy color: '#464C4A'

red 70 ◦ green 76 ◦ blue 74

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

Shades of Corduroy #464C4A

Tints of Corduroy #464C4A

RGB

 RED value IS 70 (27.73% from 255) = 31.82%

 GREEN value IS 76 (30.08% from 255) = 34.55%

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

R = 31.82%
G = 34.55%
B = 33.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#464C4A (or 0x464C4A) is known color: Corduroy. HEX triplet: 46, 4C and 4A. RGB value is (70,76,74). Sum of RGB (Red+Green+Blue) = 70+76+74=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 76 - color contains mainly: green. Hex color #464C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C4A is #B9B3B5. Grayscale: #494949. Windows color (decimal): -12170166 or 4869190. OLE color: 4869190.

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

Color convert

RGB 70 76 74 -
CMYK 0.08 0 0.03 0.70
HSL 160º 0.04% 0.29% -
HSV(B) 160º 0.08% 0.3% -
XYZ 6.35 6.97 7.49 -
YUV 73.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 70 76 74 0.08 0 0.03 0.70 160 0.04 0.29
Hex 46 4C 4A 8 0 3 46 A0 4 1D
Octal 106 114 112 10 0 3 106 240 4 35
Binary 1000110 1001100 1001010 1000 0 11 1000110 10100000 100 11101

Color Harmonies of #464C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C4A

Black with #464C4A

Text Example


Text Example

White with #464C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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