Html Css Color HEX #4A755A Como

📋 copy color: '#4A755A'

red 74 ◦ green 117 ◦ blue 90

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

Shades of Como #4A755A

Tints of Como #4A755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.64%

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

R = 26.33%
G = 41.64%
B = 32.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#4A755A (or 0x4A755A) is known color: Como. HEX triplet: 4A, 75 and 5A. RGB value is (74,117,90). Sum of RGB (Red+Green+Blue) = 74+117+90=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #4A755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A755A is #B58AA5. Grayscale: #656565. Windows color (decimal): -11897510 or 5928266. OLE color: 5928266.

HSL color Cylindrical-coordinate representation of color #4A755A: hue angle of 142.33º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A755A is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 117 90 -
CMYK 0.37 0 0.23 0.54
HSL 142.33º 0.23% 0.37% -
HSV(B) 142.33º 0.37% 0.46% -
XYZ 11.03 14.92 11.97 -
YUV 101.07 121.75 108.7 -
System Red Green Blue C M Y K H S L
Decimal 74 117 90 0.37 0 0.23 0.54 142.33 0.23 0.37
Hex 4A 75 5A 25 0 17 36 8E 17 25
Octal 112 165 132 45 0 27 66 216 27 45
Binary 1001010 1110101 1011010 100101 0 10111 110110 10001110 10111 100101

Color Harmonies of #4A755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A755A

Black with #4A755A

Text Example


Text Example

White with #4A755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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