Html Css Color HEX #4A795A Como

📋 copy color: '#4A795A'

red 74 ◦ green 121 ◦ blue 90

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

Shades of Como #4A795A

Tints of Como #4A795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.46%

 BLUE value IS 90 (35.55% from 255) = 31.58%

R = 25.96%
G = 42.46%
B = 31.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#4A795A (or 0x4A795A) is known color: Como. HEX triplet: 4A, 79 and 5A. RGB value is (74,121,90). Sum of RGB (Red+Green+Blue) = 74+121+90=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #4A795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A795A is #B586A5. Grayscale: #676767. Windows color (decimal): -11896486 or 5929290. OLE color: 5929290.

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

Color convert

RGB 74 121 90 -
CMYK 0.39 0 0.26 0.53
HSL 140.43º 0.24% 0.38% -
HSV(B) 140.43º 0.39% 0.47% -
XYZ 11.51 15.87 12.13 -
YUV 103.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 74 121 90 0.39 0 0.26 0.53 140.43 0.24 0.38
Hex 4A 79 5A 27 0 1A 35 8C 18 26
Octal 112 171 132 47 0 32 65 214 30 46
Binary 1001010 1111001 1011010 100111 0 11010 110101 10001100 11000 100110

Color Harmonies of #4A795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A795A

Black with #4A795A

Text Example


Text Example

White with #4A795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,121,90); }

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

background-color css

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

 a { background-color: rgb(74,121,90); }

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

border-color css

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

 span { border-color: rgb(74,121,90); }

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