Html Css Color HEX #464B49 Corduroy

📋 copy color: '#464B49'

red 70 ◦ green 75 ◦ blue 73

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

Shades of Corduroy #464B49

Tints of Corduroy #464B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.4%

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

R = 32.11%
G = 34.4%
B = 33.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#464B49 (or 0x464B49) is known color: Corduroy. HEX triplet: 46, 4B and 49. RGB value is (70,75,73). Sum of RGB (Red+Green+Blue) = 70+75+73=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 75 - color contains mainly: green. Hex color #464B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B49 is #B9B4B6. Grayscale: #494949. Windows color (decimal): -12170423 or 4803398. OLE color: 4803398.

HSL color Cylindrical-coordinate representation of color #464B49: hue angle of 156º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #464B49 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 73 -
CMYK 0.07 0 0.03 0.71
HSL 156º 0.03% 0.28% -
HSV(B) 156º 0.07% 0.29% -
XYZ 6.24 6.82 7.29 -
YUV 73.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 70 75 73 0.07 0 0.03 0.71 156 0.03 0.28
Hex 46 4B 49 7 0 3 47 9C 3 1C
Octal 106 113 111 7 0 3 107 234 3 34
Binary 1000110 1001011 1001001 111 0 11 1000111 10011100 11 11100

Color Harmonies of #464B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B49

Black with #464B49

Text Example


Text Example

White with #464B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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