Html Css Color HEX #4A715A Como

📋 copy color: '#4A715A'

red 74 ◦ green 113 ◦ blue 90

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

Shades of Como #4A715A

Tints of Como #4A715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

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

R = 26.71%
G = 40.79%
B = 32.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#4A715A (or 0x4A715A) is known color: Como. HEX triplet: 4A, 71 and 5A. RGB value is (74,113,90). Sum of RGB (Red+Green+Blue) = 74+113+90=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #4A715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A715A is #B58EA5. Grayscale: #626262. Windows color (decimal): -11898534 or 5927242. OLE color: 5927242.

HSL color Cylindrical-coordinate representation of color #4A715A: hue angle of 144.62º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A715A is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 113 90 -
CMYK 0.35 0 0.20 0.56
HSL 144.62º 0.21% 0.37% -
HSV(B) 144.62º 0.35% 0.44% -
XYZ 10.57 14 11.82 -
YUV 98.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 74 113 90 0.35 0 0.20 0.56 144.62 0.21 0.37
Hex 4A 71 5A 23 0 14 38 91 15 25
Octal 112 161 132 43 0 24 70 221 25 45
Binary 1001010 1110001 1011010 100011 0 10100 111000 10010001 10101 100101

Color Harmonies of #4A715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A715A

Black with #4A715A

Text Example


Text Example

White with #4A715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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