Html Css Color HEX #4D705B Como

📋 copy color: '#4D705B'

red 77 ◦ green 112 ◦ blue 91

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

Shades of Como #4D705B

Tints of Como #4D705B

RGB

 RED value IS 77 (30.47% from 255) = 27.5%

 GREEN value IS 112 (44.14% from 255) = 40%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 27.5%
G = 40%
B = 32.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#4D705B (or 0x4D705B) is known color: Como. HEX triplet: 4D, 70 and 5B. RGB value is (77,112,91). Sum of RGB (Red+Green+Blue) = 77+112+91=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #4D705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D705B is #B28FA4. Grayscale: #636363. Windows color (decimal): -11702181 or 5992525. OLE color: 5992525.

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

Color convert

RGB 77 112 91 -
CMYK 0.31 0 0.19 0.56
HSL 144º 0.19% 0.37% -
HSV(B) 144º 0.31% 0.44% -
XYZ 10.74 13.92 12.02 -
YUV 99.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 77 112 91 0.31 0 0.19 0.56 144 0.19 0.37
Hex 4D 70 5B 1F 0 13 38 90 13 25
Octal 115 160 133 37 0 23 70 220 23 45
Binary 1001101 1110000 1011011 11111 0 10011 111000 10010000 10011 100101

Color Harmonies of #4D705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D705B

Black with #4D705B

Text Example


Text Example

White with #4D705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,91); }

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

background-color css

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

 a { background-color: rgb(77,112,91); }

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

border-color css

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

 span { border-color: rgb(77,112,91); }

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