#4A7055

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

Shades of Como #4A7055

Tints of Como #4A7055

Color information

#4A7055 (or 0x4A7055) is unknown color: approx Como. HEX triplet: 4A, 70 and 55. RGB value is (74,112,85). Sum of RGB (Red+Green+Blue) = 74+112+85=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7055 is #B58FAA. Grayscale: #616161. Windows color (decimal): -11898795 or 5599306. OLE color: 5599306.

HSL color Cylindrical-coordinate representation of color #4A7055: hue angle of 137.37º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A7055 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB7411285-
CMYK0.3400.240.56
HSL137.37º20.43%36.47%-
HSV(B)137.37º33.93%43.92%-
XYZ10.2613.710.7-
YUV97.56120.91111.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.31%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=27.31%
G=41.33%
B=31.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112850.3400.240.56137.3720.4336.47
Hex4A70552201838891424
Octal11216012542030702112444
Binary1001010111000010101011000100110001110001000100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,85); }

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

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

 a { background-color: rgb(74,112,85); }

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

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

 span { border-color: rgb(74,112,85); }

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