#4A7C63

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

Shades of Como #4A7C63

Tints of Como #4A7C63

Color information

#4A7C63 (or 0x4A7C63) is unknown color: approx Como. HEX triplet: 4A, 7C and 63. RGB value is (74,124,99). Sum of RGB (Red+Green+Blue) = 74+124+99=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C63 is #B5839C. Grayscale: #6A6A6A. Windows color (decimal): -11895709 or 6519882. OLE color: 6519882.

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

Color convert

RGB7412499-
CMYK0.4000.200.51
HSL150º25.25%38.82%-
HSV(B)150º40.32%48.63%-
XYZ12.2816.7714.39-
YUV106.2123.94105.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.92%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=24.92%
G=41.75%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74124990.4000.200.5115025.2538.82
Hex4A7C632801433961927
Octal11217414350024632263147
Binary1001010111110011000111010000101001100111001011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,124,99); }

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

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

 a { background-color: rgb(74,124,99); }

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

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

 span { border-color: rgb(74,124,99); }

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