Html Css Color HEX #4F7661 Como

📋 copy color: '#4F7661'

red 79 ◦ green 118 ◦ blue 97

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

Shades of Como #4F7661

Tints of Como #4F7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 26.87%
G = 40.14%
B = 32.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#4F7661 (or 0x4F7661) is known color: Como. HEX triplet: 4F, 76 and 61. RGB value is (79,118,97). Sum of RGB (Red+Green+Blue) = 79+118+97=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7661 is #B0899E. Grayscale: #676767. Windows color (decimal): -11569567 or 6387279. OLE color: 6387279.

HSL color Cylindrical-coordinate representation of color #4F7661: hue angle of 147.69º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F7661 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 118 97 -
CMYK 0.33 0 0.18 0.54
HSL 147.69º 0.2% 0.39% -
HSV(B) 147.69º 0.33% 0.46% -
XYZ 11.86 15.48 13.67 -
YUV 103.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 79 118 97 0.33 0 0.18 0.54 147.69 0.2 0.39
Hex 4F 76 61 21 0 12 36 94 14 27
Octal 117 166 141 41 0 22 66 224 24 47
Binary 1001111 1110110 1100001 100001 0 10010 110110 10010100 10100 100111

Color Harmonies of #4F7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7661

Black with #4F7661

Text Example


Text Example

White with #4F7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,118,97); }

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

background-color css

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

 a { background-color: rgb(79,118,97); }

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

border-color css

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

 span { border-color: rgb(79,118,97); }

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