Html Css Color HEX #46514D Corduroy

📋 copy color: '#46514D'

red 70 ◦ green 81 ◦ blue 77

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

Shades of Corduroy #46514D

Tints of Corduroy #46514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.53%

 BLUE value IS 77 (30.47% from 255) = 33.77%

R = 30.7%
G = 35.53%
B = 33.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#46514D (or 0x46514D) is known color: Corduroy. HEX triplet: 46, 51 and 4D. RGB value is (70,81,77). Sum of RGB (Red+Green+Blue) = 70+81+77=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #46514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46514D is #B9AEB2. Grayscale: #4D4D4D. Windows color (decimal): -12168883 or 5067078. OLE color: 5067078.

HSL color Cylindrical-coordinate representation of color #46514D: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46514D is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 77 -
CMYK 0.14 0 0.05 0.68
HSL 158.18º 0.07% 0.3% -
HSV(B) 158.18º 0.14% 0.32% -
XYZ 6.81 7.72 8.15 -
YUV 77.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 70 81 77 0.14 0 0.05 0.68 158.18 0.07 0.3
Hex 46 51 4D E 0 5 44 9E 7 1E
Octal 106 121 115 16 0 5 104 236 7 36
Binary 1000110 1010001 1001101 1110 0 101 1000100 10011110 111 11110

Color Harmonies of #46514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46514D

Black with #46514D

Text Example


Text Example

White with #46514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46514D; }

 p { color: rgb(70,81,77); }

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

background-color css

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

 a { background-color: rgb(70,81,77); }

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

border-color css

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

 span { border-color: rgb(70,81,77); }

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