Html Css Color HEX #4D7460 Como

📋 copy color: '#4D7460'

red 77 ◦ green 116 ◦ blue 96

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

Shades of Como #4D7460

Tints of Como #4D7460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.22%

R = 26.64%
G = 40.14%
B = 33.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#4D7460 (or 0x4D7460) is known color: Como. HEX triplet: 4D, 74 and 60. RGB value is (77,116,96). Sum of RGB (Red+Green+Blue) = 77+116+96=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7460 is #B28B9F. Grayscale: #666666. Windows color (decimal): -11701152 or 6321229. OLE color: 6321229.

HSL color Cylindrical-coordinate representation of color #4D7460: hue angle of 149.23º 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 #4D7460 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 116 96 -
CMYK 0.34 0 0.17 0.55
HSL 149.23º 0.2% 0.38% -
HSV(B) 149.23º 0.34% 0.45% -
XYZ 11.42 14.91 13.34 -
YUV 102.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 77 116 96 0.34 0 0.17 0.55 149.23 0.2 0.38
Hex 4D 74 60 22 0 11 37 95 14 26
Octal 115 164 140 42 0 21 67 225 24 46
Binary 1001101 1110100 1100000 100010 0 10001 110111 10010101 10100 100110

Color Harmonies of #4D7460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7460

Black with #4D7460

Text Example


Text Example

White with #4D7460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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