Html Css Color HEX #4F705C Como

📋 copy color: '#4F705C'

red 79 ◦ green 112 ◦ blue 92

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

Shades of Como #4F705C

Tints of Como #4F705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 27.92%
G = 39.58%
B = 32.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#4F705C (or 0x4F705C) is known color: Como. HEX triplet: 4F, 70 and 5C. RGB value is (79,112,92). Sum of RGB (Red+Green+Blue) = 79+112+92=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705C is #B08FA3. Grayscale: #636363. Windows color (decimal): -11571108 or 6058063. OLE color: 6058063.

HSL color Cylindrical-coordinate representation of color #4F705C: hue angle of 143.64º 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 #4F705C is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 92 -
CMYK 0.29 0 0.18 0.56
HSL 143.64º 0.17% 0.37% -
HSV(B) 143.64º 0.29% 0.44% -
XYZ 10.95 14.02 12.25 -
YUV 99.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 79 112 92 0.29 0 0.18 0.56 143.64 0.17 0.37
Hex 4F 70 5C 1D 0 12 38 90 11 25
Octal 117 160 134 35 0 22 70 220 21 45
Binary 1001111 1110000 1011100 11101 0 10010 111000 10010000 10001 100101

Color Harmonies of #4F705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F705C

Black with #4F705C

Text Example


Text Example

White with #4F705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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