Html Css Color HEX #46524E Corduroy

📋 copy color: '#46524E'

red 70 ◦ green 82 ◦ blue 78

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

Shades of Corduroy #46524E

Tints of Corduroy #46524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.65%

 BLUE value IS 78 (30.86% from 255) = 33.91%

R = 30.43%
G = 35.65%
B = 33.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#46524E (or 0x46524E) is known color: Corduroy. HEX triplet: 46, 52 and 4E. RGB value is (70,82,78). Sum of RGB (Red+Green+Blue) = 70+82+78=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 82 - color contains mainly: green. Hex color #46524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46524E is #B9ADB1. Grayscale: #4D4D4D. Windows color (decimal): -12168626 or 5132870. OLE color: 5132870.

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

Color convert

RGB 70 82 78 -
CMYK 0.15 0 0.05 0.68
HSL 160º 0.08% 0.3% -
HSV(B) 160º 0.15% 0.32% -
XYZ 6.92 7.89 8.37 -
YUV 77.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 70 82 78 0.15 0 0.05 0.68 160 0.08 0.3
Hex 46 52 4E F 0 5 44 A0 8 1E
Octal 106 122 116 17 0 5 104 240 10 36
Binary 1000110 1010010 1001110 1111 0 101 1000100 10100000 1000 11110

Color Harmonies of #46524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46524E

Black with #46524E

Text Example


Text Example

White with #46524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46524E; }

 p { color: rgb(70,82,78); }

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

background-color css

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

 a { background-color: rgb(70,82,78); }

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

border-color css

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

 span { border-color: rgb(70,82,78); }

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