#4A7F62

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

Shades of Como #4A7F62

Tints of Como #4A7F62

Color information

#4A7F62 (or 0x4A7F62) is unknown color: approx Como. HEX triplet: 4A, 7F and 62. RGB value is (74,127,98). Sum of RGB (Red+Green+Blue) = 74+127+98=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #4A7F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7F62 is #B5809D. Grayscale: #6B6B6B. Windows color (decimal): -11894942 or 6455114. OLE color: 6455114.

HSL color Cylindrical-coordinate representation of color #4A7F62: hue angle of 147.17º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A7F62 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB7412798-
CMYK0.4200.230.50
HSL147.17º26.37%39.41%-
HSV(B)147.17º41.73%49.8%-
XYZ12.6217.5214.27-
YUV107.85122.44103.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=24.75%
G=42.47%
B=32.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74127980.4200.230.50147.1726.3739.41
Hex4A7F622A01732931a27
Octal11217714252027622233247
Binary1001010111111111000101010100101111100101001001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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