Html Css Color HEX #465652 Corduroy

📋 copy color: '#465652'

red 70 ◦ green 86 ◦ blue 82

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

Shades of Corduroy #465652

Tints of Corduroy #465652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 29.41%
G = 36.13%
B = 34.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#465652 (or 0x465652) is known color: Corduroy. HEX triplet: 46, 56 and 52. RGB value is (70,86,82). Sum of RGB (Red+Green+Blue) = 70+86+82=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #465652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465652 is #B9A9AD. Grayscale: #505050. Windows color (decimal): -12167598 or 5396038. OLE color: 5396038.

HSL color Cylindrical-coordinate representation of color #465652: hue angle of 165º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465652 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 82 -
CMYK 0.19 0 0.05 0.66
HSL 165º 0.1% 0.31% -
HSV(B) 165º 0.19% 0.34% -
XYZ 7.38 8.57 9.25 -
YUV 80.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 70 86 82 0.19 0 0.05 0.66 165 0.1 0.31
Hex 46 56 52 13 0 5 42 A5 A 1F
Octal 106 126 122 23 0 5 102 245 12 37
Binary 1000110 1010110 1010010 10011 0 101 1000010 10100101 1010 11111

Color Harmonies of #465652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465652

Black with #465652

Text Example


Text Example

White with #465652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465652; }

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

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

background-color css

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

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

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

border-color css

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

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

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