Html Css Color HEX #4F6361 River Bed

📋 copy color: '#4F6361'

red 79 ◦ green 99 ◦ blue 97

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

Shades of River Bed #4F6361

Tints of River Bed #4F6361

RGB

 RED value IS 79 (31.25% from 255) = 28.73%

 GREEN value IS 99 (39.06% from 255) = 36%

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 28.73%
G = 36%
B = 35.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#4F6361 (or 0x4F6361) is known color: River Bed. HEX triplet: 4F, 63 and 61. RGB value is (79,99,97). Sum of RGB (Red+Green+Blue) = 79+99+97=275 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.73% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6361 is #B09C9E. Grayscale: #5C5C5C. Windows color (decimal): -11574431 or 6382415. OLE color: 6382415.

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

Color convert

RGB 79 99 97 -
CMYK 0.20 0 0.02 0.61
HSL 174º 0.11% 0.35% -
HSV(B) 174º 0.2% 0.39% -
XYZ 9.84 11.45 13 -
YUV 92.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 79 99 97 0.20 0 0.02 0.61 174 0.11 0.35
Hex 4F 63 61 14 0 2 3D AE B 23
Octal 117 143 141 24 0 2 75 256 13 43
Binary 1001111 1100011 1100001 10100 0 10 111101 10101110 1011 100011

Color Harmonies of #4F6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6361

Black with #4F6361

Text Example


Text Example

White with #4F6361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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