#4F6F5B

Color #4F6F5B Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4F6F5B

Tints of Como #4F6F5B

Color information

#4F6F5B (or 0x4F6F5B) is unknown color: approx Como. HEX triplet: 4F, 6F and 5B. RGB value is (79,111,91). Sum of RGB (Red+Green+Blue) = 79+111+91=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F5B is #B090A4. Grayscale: #636363. Windows color (decimal): -11571365 or 5992271. OLE color: 5992271.

HSL color Cylindrical-coordinate representation of color #4F6F5B: hue angle of 142.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F6F5B is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB7911191-
CMYK0.2900.180.56
HSL142.5º16.84%37.25%-
HSV(B)142.5º28.83%43.53%-
XYZ10.813.7911.99-
YUV99.15123.4113.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.11%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=28.11%
G=39.50%
B=32.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79111910.2900.180.56142.516.8437.25
Hex4F6F5B1D012388e1125
Octal11715713335022702162145
Binary100111111011111011011111010100101110001000111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,111,91); }

 H1.HeaderClassName
 {
   color: #4F6F5B;
 }
 .AnyTagClassName
 {
   color: #4F6F5B;
 }
</style>
background-color css

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

 a { background-color: rgb(79,111,91); }

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

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

 span { border-color: rgb(79,111,91); }

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