Html Css Color HEX #4E615F River Bed

📋 copy color: '#4E615F'

red 78 ◦ green 97 ◦ blue 95

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

Shades of River Bed #4E615F

Tints of River Bed #4E615F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 28.89%
G = 35.93%
B = 35.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#4E615F (or 0x4E615F) is known color: River Bed. HEX triplet: 4E, 61 and 5F. RGB value is (78,97,95). Sum of RGB (Red+Green+Blue) = 78+97+95=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 97 - color contains mainly: green. Hex color #4E615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E615F is #B19EA0. Grayscale: #5B5B5B. Windows color (decimal): -11640481 or 6250830. OLE color: 6250830.

HSL color Cylindrical-coordinate representation of color #4E615F: hue angle of 173.68º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E615F is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 97 95 -
CMYK 0.20 0 0.02 0.62
HSL 173.68º 0.11% 0.34% -
HSV(B) 173.68º 0.2% 0.38% -
XYZ 9.48 11 12.45 -
YUV 91.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 78 97 95 0.20 0 0.02 0.62 173.68 0.11 0.34
Hex 4E 61 5F 14 0 2 3E AE B 22
Octal 116 141 137 24 0 2 76 256 13 42
Binary 1001110 1100001 1011111 10100 0 10 111110 10101110 1011 100010

Color Harmonies of #4E615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E615F

Black with #4E615F

Text Example


Text Example

White with #4E615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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