#4A7758

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

Shades of Como #4A7758

Tints of Como #4A7758

Color information

#4A7758 (or 0x4A7758) is unknown color: approx Como. HEX triplet: 4A, 77 and 58. RGB value is (74,119,88). Sum of RGB (Red+Green+Blue) = 74+119+88=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7758 is #B588A7. Grayscale: #666666. Windows color (decimal): -11897000 or 5797706. OLE color: 5797706.

HSL color Cylindrical-coordinate representation of color #4A7758: hue angle of 138.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A7758 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB7411988-
CMYK0.3800.260.53
HSL138.67º23.32%37.84%-
HSV(B)138.67º37.82%46.67%-
XYZ11.1815.3511.61-
YUV102.01120.09108.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=26.33%
G=42.35%
B=31.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74119880.3800.260.53138.6723.3237.84
Hex4A77582601A358b1726
Octal11216713046032652132746
Binary1001010111011110110001001100110101101011000101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,119,88); }

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

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

 a { background-color: rgb(74,119,88); }

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

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

 span { border-color: rgb(74,119,88); }

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