Html Css Color HEX #4D7462 Como

📋 copy color: '#4D7462'

red 77 ◦ green 116 ◦ blue 98

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

Shades of Como #4D7462

Tints of Como #4D7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 26.46%
G = 39.86%
B = 33.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#4D7462 (or 0x4D7462) is known color: Como. HEX triplet: 4D, 74 and 62. RGB value is (77,116,98). Sum of RGB (Red+Green+Blue) = 77+116+98=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7462 is #B28B9D. Grayscale: #666666. Windows color (decimal): -11701150 or 6452301. OLE color: 6452301.

HSL color Cylindrical-coordinate representation of color #4D7462: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7462 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 116 98 -
CMYK 0.34 0 0.16 0.55
HSL 152.31º 0.2% 0.38% -
HSV(B) 152.31º 0.34% 0.45% -
XYZ 11.51 14.95 13.83 -
YUV 102.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 77 116 98 0.34 0 0.16 0.55 152.31 0.2 0.38
Hex 4D 74 62 22 0 10 37 98 14 26
Octal 115 164 142 42 0 20 67 230 24 46
Binary 1001101 1110100 1100010 100010 0 10000 110111 10011000 10100 100110

Color Harmonies of #4D7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7462

Black with #4D7462

Text Example


Text Example

White with #4D7462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,98); }

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

background-color css

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

 a { background-color: rgb(77,116,98); }

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

border-color css

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

 span { border-color: rgb(77,116,98); }

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