#4A785E

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

Shades of Como #4A785E

Tints of Como #4A785E

Color information

#4A785E (or 0x4A785E) is unknown color: approx Como. HEX triplet: 4A, 78 and 5E. RGB value is (74,120,94). Sum of RGB (Red+Green+Blue) = 74+120+94=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #4A785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A785E is #B587A1. Grayscale: #676767. Windows color (decimal): -11896738 or 6191178. OLE color: 6191178.

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

Color convert

RGB7412094-
CMYK0.3800.220.53
HSL146.09º23.71%38.04%-
HSV(B)146.09º38.33%47.06%-
XYZ11.5615.713.01-
YUV103.28122.76107.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=25.69%
G=41.67%
B=32.64%

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
Decimal74120940.3800.220.53146.0923.7138.04
Hex4A785E2601635921826
Octal11217013646026652223046
Binary1001010111100010111101001100101101101011001001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,120,94); }

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

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

 a { background-color: rgb(74,120,94); }

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

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

 span { border-color: rgb(74,120,94); }

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