Html Css Color HEX #4F705D Como

📋 copy color: '#4F705D'

red 79 ◦ green 112 ◦ blue 93

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

Shades of Como #4F705D

Tints of Como #4F705D

RGB

 RED value IS 79 (31.25% from 255) = 27.82%

 GREEN value IS 112 (44.14% from 255) = 39.44%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 27.82%
G = 39.44%
B = 32.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#4F705D (or 0x4F705D) is known color: Como. HEX triplet: 4F, 70 and 5D. RGB value is (79,112,93). Sum of RGB (Red+Green+Blue) = 79+112+93=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705D is #B08FA2. Grayscale: #646464. Windows color (decimal): -11571107 or 6123599. OLE color: 6123599.

HSL color Cylindrical-coordinate representation of color #4F705D: hue angle of 145.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F705D is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 93 -
CMYK 0.29 0 0.17 0.56
HSL 145.45º 0.17% 0.37% -
HSV(B) 145.45º 0.29% 0.44% -
XYZ 10.99 14.04 12.49 -
YUV 99.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 79 112 93 0.29 0 0.17 0.56 145.45 0.17 0.37
Hex 4F 70 5D 1D 0 11 38 91 11 25
Octal 117 160 135 35 0 21 70 221 21 45
Binary 1001111 1110000 1011101 11101 0 10001 111000 10010001 10001 100101

Color Harmonies of #4F705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F705D

Black with #4F705D

Text Example


Text Example

White with #4F705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F705D; }

 p { color: rgb(79,112,93); }

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

background-color css

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

 a { background-color: rgb(79,112,93); }

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

border-color css

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

 span { border-color: rgb(79,112,93); }

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