#4A7D5C

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

Shades of Como #4A7D5C

Tints of Como #4A7D5C

Color information

#4A7D5C (or 0x4A7D5C) is unknown color: approx Como. HEX triplet: 4A, 7D and 5C. RGB value is (74,125,92). Sum of RGB (Red+Green+Blue) = 74+125+92=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7D5C is #B582A3. Grayscale: #6A6A6A. Windows color (decimal): -11895460 or 6061386. OLE color: 6061386.

HSL color Cylindrical-coordinate representation of color #4A7D5C: hue angle of 141.18º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A7D5C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB7412592-
CMYK0.4100.260.51
HSL141.18º25.63%39.02%-
HSV(B)141.18º40.8%49.02%-
XYZ12.0916.912.75-
YUV105.99120.1105.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.43%
GREEN value IS 125 (49.22% from 255) = 42.96%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=25.43%
G=42.96%
B=31.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74125920.4100.260.51141.1825.6339.02
Hex4A7D5C2901A338d1a27
Octal11217513451032632153247
Binary1001010111110110111001010010110101100111000110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,125,92); }

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

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

 a { background-color: rgb(74,125,92); }

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

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

 span { border-color: rgb(74,125,92); }

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