Html Css Color HEX #4E6163 River Bed

📋 copy color: '#4E6163'

red 78 ◦ green 97 ◦ blue 99

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

Shades of River Bed #4E6163

Tints of River Bed #4E6163

RGB

 RED value IS 78 (30.86% from 255) = 28.47%

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 28.47%
G = 35.4%
B = 36.13%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4E6163 (or 0x4E6163) is known color: River Bed. HEX triplet: 4E, 61 and 63. RGB value is (78,97,99). Sum of RGB (Red+Green+Blue) = 78+97+99=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6163 is #B19E9C. Grayscale: #5B5B5B. Windows color (decimal): -11640477 or 6512974. OLE color: 6512974.

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

Color convert

RGB 78 97 99 -
CMYK 0.21 0.02 0 0.61
HSL 185.71º 0.12% 0.35% -
HSV(B) 185.71º 0.21% 0.39% -
XYZ 9.67 11.07 13.43 -
YUV 91.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 78 97 99 0.21 0.02 0 0.61 185.71 0.12 0.35
Hex 4E 61 63 15 2 0 3D BA C 23
Octal 116 141 143 25 2 0 75 272 14 43
Binary 1001110 1100001 1100011 10101 10 0 111101 10111010 1100 100011

Color Harmonies of #4E6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6163

Black with #4E6163

Text Example


Text Example

White with #4E6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,97,99); }

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

background-color css

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

 a { background-color: rgb(78,97,99); }

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

border-color css

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

 span { border-color: rgb(78,97,99); }

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