Html Css Color HEX #46524F Corduroy

📋 copy color: '#46524F'

red 70 ◦ green 82 ◦ blue 79

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

Shades of Corduroy #46524F

Tints of Corduroy #46524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 30.3%
G = 35.5%
B = 34.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#46524F (or 0x46524F) is known color: Corduroy. HEX triplet: 46, 52 and 4F. RGB value is (70,82,79). Sum of RGB (Red+Green+Blue) = 70+82+79=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 82 - color contains mainly: green. Hex color #46524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46524F is #B9ADB0. Grayscale: #4E4E4E. Windows color (decimal): -12168625 or 5198406. OLE color: 5198406.

HSL color Cylindrical-coordinate representation of color #46524F: hue angle of 165º 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 #46524F is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 79 -
CMYK 0.15 0 0.04 0.68
HSL 165º 0.08% 0.3% -
HSV(B) 165º 0.15% 0.32% -
XYZ 6.95 7.9 8.56 -
YUV 78.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 70 82 79 0.15 0 0.04 0.68 165 0.08 0.3
Hex 46 52 4F F 0 4 44 A5 8 1E
Octal 106 122 117 17 0 4 104 245 10 36
Binary 1000110 1010010 1001111 1111 0 100 1000100 10100101 1000 11110

Color Harmonies of #46524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46524F

Black with #46524F

Text Example


Text Example

White with #46524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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