Html Css Color HEX #4F715A Como

📋 copy color: '#4F715A'

red 79 ◦ green 113 ◦ blue 90

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

Shades of Como #4F715A

Tints of Como #4F715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 28.01%
G = 40.07%
B = 31.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#4F715A (or 0x4F715A) is known color: Como. HEX triplet: 4F, 71 and 5A. RGB value is (79,113,90). Sum of RGB (Red+Green+Blue) = 79+113+90=282 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.01% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #4F715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F715A is #B08EA5. Grayscale: #646464. Windows color (decimal): -11570854 or 5927247. OLE color: 5927247.

HSL color Cylindrical-coordinate representation of color #4F715A: hue angle of 139.41º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F715A is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 113 90 -
CMYK 0.30 0 0.20 0.56
HSL 139.41º 0.18% 0.38% -
HSV(B) 139.41º 0.3% 0.44% -
XYZ 10.98 14.21 11.84 -
YUV 100.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 79 113 90 0.30 0 0.20 0.56 139.41 0.18 0.38
Hex 4F 71 5A 1E 0 14 38 8B 12 26
Octal 117 161 132 36 0 24 70 213 22 46
Binary 1001111 1110001 1011010 11110 0 10100 111000 10001011 10010 100110

Color Harmonies of #4F715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F715A

Black with #4F715A

Text Example


Text Example

White with #4F715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,113,90); }

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

background-color css

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

 a { background-color: rgb(79,113,90); }

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

border-color css

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

 span { border-color: rgb(79,113,90); }

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