Html Css Color HEX #4F7364 Como

📋 copy color: '#4F7364'

red 79 ◦ green 115 ◦ blue 100

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

Shades of Como #4F7364

Tints of Como #4F7364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.12%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 26.87%
G = 39.12%
B = 34.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#4F7364 (or 0x4F7364) is known color: Como. HEX triplet: 4F, 73 and 64. RGB value is (79,115,100). Sum of RGB (Red+Green+Blue) = 79+115+100=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7364 is #B08C9B. Grayscale: #666666. Windows color (decimal): -11570332 or 6583119. OLE color: 6583119.

HSL color Cylindrical-coordinate representation of color #4F7364: hue angle of 155º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7364 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 115 100 -
CMYK 0.31 0 0.13 0.55
HSL 155º 0.19% 0.38% -
HSV(B) 155º 0.31% 0.45% -
XYZ 11.66 14.84 14.31 -
YUV 102.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 79 115 100 0.31 0 0.13 0.55 155 0.19 0.38
Hex 4F 73 64 1F 0 D 37 9B 13 26
Octal 117 163 144 37 0 15 67 233 23 46
Binary 1001111 1110011 1100100 11111 0 1101 110111 10011011 10011 100110

Color Harmonies of #4F7364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7364

Black with #4F7364

Text Example


Text Example

White with #4F7364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,115,100); }

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

background-color css

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

 a { background-color: rgb(79,115,100); }

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

border-color css

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

 span { border-color: rgb(79,115,100); }

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