#484F4D

Color #484F4D Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #484F4D

Tints of Corduroy #484F4D

Color information

#484F4D (or 0x484F4D) is unknown color: approx Corduroy. HEX triplet: 48, 4F and 4D. RGB value is (72,79,77). Sum of RGB (Red+Green+Blue) = 72+79+77=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 79 - color contains mainly: green. Hex color #484F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F4D is #B7B0B2. Grayscale: #4C4C4C. Windows color (decimal): -12038323 or 5066568. OLE color: 5066568.

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

Color convert

RGB727977-
CMYK0.0900.030.69
HSL162.86º4.64%29.61%-
HSV(B)162.86º8.86%30.98%-
XYZ6.817.518.11-
YUV76.68128.18124.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 79 (31.25% from 255) = 34.65%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=31.58%
G=34.65%
B=33.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279770.0900.030.69162.864.6429.61
Hex484F4D90345a351e
Octal1101171151103105243536
Binary100100010011111001101100101110001011010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484F4D;
 }
 .AnyTagClassName
 {
   color: #484F4D;
 }
</style>
background-color css

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

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

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

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

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

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