Html Css Color HEX #4F7160 Como

📋 copy color: '#4F7160'

red 79 ◦ green 113 ◦ blue 96

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

Shades of Como #4F7160

Tints of Como #4F7160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 27.43%
G = 39.24%
B = 33.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#4F7160 (or 0x4F7160) is known color: Como. HEX triplet: 4F, 71 and 60. RGB value is (79,113,96). Sum of RGB (Red+Green+Blue) = 79+113+96=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #4F7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7160 is #B08E9F. Grayscale: #646464. Windows color (decimal): -11570848 or 6320463. OLE color: 6320463.

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

Color convert

RGB 79 113 96 -
CMYK 0.30 0 0.15 0.56
HSL 150º 0.18% 0.38% -
HSV(B) 150º 0.3% 0.44% -
XYZ 11.24 14.32 13.24 -
YUV 100.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 79 113 96 0.30 0 0.15 0.56 150 0.18 0.38
Hex 4F 71 60 1E 0 F 38 96 12 26
Octal 117 161 140 36 0 17 70 226 22 46
Binary 1001111 1110001 1100000 11110 0 1111 111000 10010110 10010 100110

Color Harmonies of #4F7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7160

Black with #4F7160

Text Example


Text Example

White with #4F7160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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