Html Css Color HEX #464F4D Corduroy

📋 copy color: '#464F4D'

red 70 ◦ green 79 ◦ blue 77

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

Shades of Corduroy #464F4D

Tints of Corduroy #464F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

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

R = 30.97%
G = 34.96%
B = 34.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#464F4D (or 0x464F4D) is known color: Corduroy. HEX triplet: 46, 4F and 4D. RGB value is (70,79,77). Sum of RGB (Red+Green+Blue) = 70+79+77=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 79 - color contains mainly: green. Hex color #464F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F4D is #B9B0B2. Grayscale: #4C4C4C. Windows color (decimal): -12169395 or 5066566. OLE color: 5066566.

HSL color Cylindrical-coordinate representation of color #464F4D: hue angle of 166.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464F4D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 79 77 -
CMYK 0.11 0 0.03 0.69
HSL 166.67º 0.06% 0.29% -
HSV(B) 166.67º 0.11% 0.31% -
XYZ 6.66 7.43 8.1 -
YUV 76.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 70 79 77 0.11 0 0.03 0.69 166.67 0.06 0.29
Hex 46 4F 4D B 0 3 45 A7 6 1D
Octal 106 117 115 13 0 3 105 247 6 35
Binary 1000110 1001111 1001101 1011 0 11 1000101 10100111 110 11101

Color Harmonies of #464F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F4D

Black with #464F4D

Text Example


Text Example

White with #464F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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