Html Css Color HEX #4A795D Como

📋 copy color: '#4A795D'

red 74 ◦ green 121 ◦ blue 93

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

Shades of Como #4A795D

Tints of Como #4A795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 25.69%
G = 42.01%
B = 32.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#4A795D (or 0x4A795D) is known color: Como. HEX triplet: 4A, 79 and 5D. RGB value is (74,121,93). Sum of RGB (Red+Green+Blue) = 74+121+93=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #4A795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A795D is #B586A2. Grayscale: #676767. Windows color (decimal): -11896483 or 6125898. OLE color: 6125898.

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

Color convert

RGB 74 121 93 -
CMYK 0.39 0 0.23 0.53
HSL 144.26º 0.24% 0.38% -
HSV(B) 144.26º 0.39% 0.47% -
XYZ 11.64 15.92 12.82 -
YUV 103.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 74 121 93 0.39 0 0.23 0.53 144.26 0.24 0.38
Hex 4A 79 5D 27 0 17 35 90 18 26
Octal 112 171 135 47 0 27 65 220 30 46
Binary 1001010 1111001 1011101 100111 0 10111 110101 10010000 11000 100110

Color Harmonies of #4A795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A795D

Black with #4A795D

Text Example


Text Example

White with #4A795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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