Html Css Color HEX #4A7759 Como

📋 copy color: '#4A7759'

red 74 ◦ green 119 ◦ blue 89

#4A7759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #4A7759

Tints of Como #4A7759

RGB

 RED value IS 74 (29.3% from 255) = 26.24%

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 26.24%
G = 42.2%
B = 31.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#4A7759 (or 0x4A7759) is known color: Como. HEX triplet: 4A, 77 and 59. RGB value is (74,119,89). Sum of RGB (Red+Green+Blue) = 74+119+89=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7759 is #B588A6. Grayscale: #666666. Windows color (decimal): -11896999 or 5863242. OLE color: 5863242.

HSL color Cylindrical-coordinate representation of color #4A7759: hue angle of 140º 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 #4A7759 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 89 -
CMYK 0.38 0 0.25 0.53
HSL 140º 0.23% 0.38% -
HSV(B) 140º 0.38% 0.47% -
XYZ 11.22 15.37 11.83 -
YUV 102.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 74 119 89 0.38 0 0.25 0.53 140 0.23 0.38
Hex 4A 77 59 26 0 19 35 8C 17 26
Octal 112 167 131 46 0 31 65 214 27 46
Binary 1001010 1110111 1011001 100110 0 11001 110101 10001100 10111 100110

Color Harmonies of #4A7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7759

Black with #4A7759

Text Example


Text Example

White with #4A7759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A7759;
 }
 .AnyTagClassName
 {
   color: #4A7759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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