#4A7362

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

Shades of Como #4A7362

Tints of Como #4A7362

Color information

#4A7362 (or 0x4A7362) is unknown color: approx Como. HEX triplet: 4A, 73 and 62. RGB value is (74,115,98). Sum of RGB (Red+Green+Blue) = 74+115+98=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7362 is #B58C9D. Grayscale: #646464. Windows color (decimal): -11898014 or 6452042. OLE color: 6452042.

HSL color Cylindrical-coordinate representation of color #4A7362: hue angle of 155.12º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A7362 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB7411598-
CMYK0.3600.150.55
HSL155.12º21.69%37.06%-
HSV(B)155.12º35.65%45.1%-
XYZ11.1614.613.79-
YUV100.8126.42108.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=25.78%
G=40.07%
B=34.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74115980.3600.150.55155.1221.6937.06
Hex4A7362240F379b1625
Octal11216314244017672332645
Binary100101011100111100010100100011111101111001101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,115,98); }

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

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

 a { background-color: rgb(74,115,98); }

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

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

 span { border-color: rgb(74,115,98); }

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