#4F6B5A

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

Shades of Como #4F6B5A

Tints of Como #4F6B5A

Color information

#4F6B5A (or 0x4F6B5A) is unknown color: approx Como. HEX triplet: 4F, 6B and 5A. RGB value is (79,107,90). Sum of RGB (Red+Green+Blue) = 79+107+90=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B5A is #B094A5. Grayscale: #606060. Windows color (decimal): -11572390 or 5925711. OLE color: 5925711.

HSL color Cylindrical-coordinate representation of color #4F6B5A: hue angle of 143.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F6B5A is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB7910790-
CMYK0.2600.160.58
HSL143.57º15.05%36.47%-
HSV(B)143.57º26.17%41.96%-
XYZ10.3312.9211.62-
YUV96.69124.22115.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.62%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=28.62%
G=38.77%
B=32.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79107900.2600.160.58143.5715.0536.47
Hex4F6B5A1A0103A90f24
Octal11715313232020722201744
Binary10011111101011101101011010010000111010100100001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,107,90); }

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

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

 a { background-color: rgb(79,107,90); }

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

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

 span { border-color: rgb(79,107,90); }

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