#4B795E

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

Shades of Como #4B795E

Tints of Como #4B795E

Color information

#4B795E (or 0x4B795E) is unknown color: approx Como. HEX triplet: 4B, 79 and 5E. RGB value is (75,121,94). Sum of RGB (Red+Green+Blue) = 75+121+94=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #4B795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B795E is #B486A1. Grayscale: #686868. Windows color (decimal): -11830946 or 6191435. OLE color: 6191435.

HSL color Cylindrical-coordinate representation of color #4B795E: hue angle of 144.78º 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 #4B795E is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB7512194-
CMYK0.3800.220.53
HSL144.78º23.47%38.43%-
HSV(B)144.78º38.02%47.45%-
XYZ11.7615.9813.05-
YUV104.17122.26107.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 121 (47.66% from 255) = 41.72%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=25.86%
G=41.72%
B=32.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75121940.3800.220.53144.7823.4738.43
Hex4B795E2601635911726
Octal11317113646026652212746
Binary1001011111100110111101001100101101101011001000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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