Html Css Color HEX #4F7966 Como

📋 copy color: '#4F7966'

red 79 ◦ green 121 ◦ blue 102

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

Shades of Como #4F7966

Tints of Como #4F7966

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 26.16%
G = 40.07%
B = 33.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#4F7966 (or 0x4F7966) is known color: Como. HEX triplet: 4F, 79 and 66. RGB value is (79,121,102). Sum of RGB (Red+Green+Blue) = 79+121+102=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #4F7966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7966 is #B08699. Grayscale: #6A6A6A. Windows color (decimal): -11568794 or 6715727. OLE color: 6715727.

HSL color Cylindrical-coordinate representation of color #4F7966: hue angle of 152.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7966 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 121 102 -
CMYK 0.35 0 0.16 0.53
HSL 152.86º 0.21% 0.39% -
HSV(B) 152.86º 0.35% 0.47% -
XYZ 12.46 16.3 15.06 -
YUV 106.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 79 121 102 0.35 0 0.16 0.53 152.86 0.21 0.39
Hex 4F 79 66 23 0 10 35 99 15 27
Octal 117 171 146 43 0 20 65 231 25 47
Binary 1001111 1111001 1100110 100011 0 10000 110101 10011001 10101 100111

Color Harmonies of #4F7966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7966

Black with #4F7966

Text Example


Text Example

White with #4F7966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,121,102); }

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

background-color css

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

 a { background-color: rgb(79,121,102); }

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

border-color css

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

 span { border-color: rgb(79,121,102); }

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