#4A7457

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

Shades of Como #4A7457

Tints of Como #4A7457

Color information

#4A7457 (or 0x4A7457) is unknown color: approx Como. HEX triplet: 4A, 74 and 57. RGB value is (74,116,87). Sum of RGB (Red+Green+Blue) = 74+116+87=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7457 is #B58BA8. Grayscale: #646464. Windows color (decimal): -11897769 or 5731402. OLE color: 5731402.

HSL color Cylindrical-coordinate representation of color #4A7457: hue angle of 138.57º 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 #4A7457 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB7411687-
CMYK0.3600.250.55
HSL138.57º22.11%37.25%-
HSV(B)138.57º36.21%45.49%-
XYZ10.7914.6311.27-
YUV100.14120.59109.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=26.71%
G=41.88%
B=31.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74116870.3600.250.55138.5722.1137.25
Hex4A745724019378b1625
Octal11216412744031672132645
Binary1001010111010010101111001000110011101111000101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,116,87); }

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

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

 a { background-color: rgb(74,116,87); }

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

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

 span { border-color: rgb(74,116,87); }

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