#4B795D

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

Shades of Como #4B795D

Tints of Como #4B795D

Color information

#4B795D (or 0x4B795D) is unknown color: approx Como. HEX triplet: 4B, 79 and 5D. RGB value is (75,121,93). Sum of RGB (Red+Green+Blue) = 75+121+93=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #4B795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B795D is #B486A2. Grayscale: #686868. Windows color (decimal): -11830947 or 6125899. OLE color: 6125899.

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

Color convert

RGB7512193-
CMYK0.3800.230.53
HSL143.48º23.47%38.43%-
HSV(B)143.48º38.02%47.45%-
XYZ11.7115.9612.82-
YUV104.05121.76107.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=25.95%
G=41.87%
B=32.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121930.3800.230.53143.4823.4738.43
Hex4B795D26017358f1726
Octal11317113546027652172746
Binary1001011111100110111011001100101111101011000111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,121,93); }

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

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

 a { background-color: rgb(75,121,93); }

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

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

 span { border-color: rgb(75,121,93); }

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