Html Css Color HEX #4D6463 River Bed

📋 copy color: '#4D6463'

red 77 ◦ green 100 ◦ blue 99

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

Shades of River Bed #4D6463

Tints of River Bed #4D6463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 99 (39.06% from 255) = 35.87%

R = 27.9%
G = 36.23%
B = 35.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#4D6463 (or 0x4D6463) is known color: River Bed. HEX triplet: 4D, 64 and 63. RGB value is (77,100,99). Sum of RGB (Red+Green+Blue) = 77+100+99=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 100 - color contains mainly: green. Hex color #4D6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6463 is #B29B9C. Grayscale: #5C5C5C. Windows color (decimal): -11705245 or 6513741. OLE color: 6513741.

HSL color Cylindrical-coordinate representation of color #4D6463: hue angle of 177.39º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D6463 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 77 100 99 -
CMYK 0.23 0 0.01 0.61
HSL 177.39º 0.13% 0.35% -
HSV(B) 177.39º 0.23% 0.39% -
XYZ 9.87 11.59 13.52 -
YUV 93.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 77 100 99 0.23 0 0.01 0.61 177.39 0.13 0.35
Hex 4D 64 63 17 0 1 3D B1 D 23
Octal 115 144 143 27 0 1 75 261 15 43
Binary 1001101 1100100 1100011 10111 0 1 111101 10110001 1101 100011

Color Harmonies of #4D6463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6463

Black with #4D6463

Text Example


Text Example

White with #4D6463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,100,99); }

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

background-color css

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

 a { background-color: rgb(77,100,99); }

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

border-color css

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

 span { border-color: rgb(77,100,99); }

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