Html Css Color HEX #4F564A Cabbage Pont

📋 copy color: '#4F564A'

red 79 ◦ green 86 ◦ blue 74

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

Shades of Cabbage Pont #4F564A

Tints of Cabbage Pont #4F564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 33.05%
G = 35.98%
B = 30.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#4F564A (or 0x4F564A) is known color: Cabbage Pont. HEX triplet: 4F, 56 and 4A. RGB value is (79,86,74). Sum of RGB (Red+Green+Blue) = 79+86+74=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #4F564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F564A is #B0A9B5. Grayscale: #525252. Windows color (decimal): -11577782 or 4871759. OLE color: 4871759.

HSL color Cylindrical-coordinate representation of color #4F564A: hue angle of 95º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4F564A is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 86 74 -
CMYK 0.08 0 0.14 0.66
HSL 95º 0.08% 0.31% -
HSV(B) 95º 0.14% 0.34% -
XYZ 7.79 8.81 7.77 -
YUV 82.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 79 86 74 0.08 0 0.14 0.66 95 0.08 0.31
Hex 4F 56 4A 8 0 E 42 5F 8 1F
Octal 117 126 112 10 0 16 102 137 10 37
Binary 1001111 1010110 1001010 1000 0 1110 1000010 1011111 1000 11111

Color Harmonies of #4F564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F564A

Black with #4F564A

Text Example


Text Example

White with #4F564A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,86,74); }

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

background-color css

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

 a { background-color: rgb(79,86,74); }

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

border-color css

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

 span { border-color: rgb(79,86,74); }

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