#4F6362

Color #4F6362 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #4F6362

Tints of River Bed #4F6362

Color information

#4F6362 (or 0x4F6362) is unknown color: approx River Bed. HEX triplet: 4F, 63 and 62. RGB value is (79,99,98). Sum of RGB (Red+Green+Blue) = 79+99+98=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6362 is #B09C9D. Grayscale: #5C5C5C. Windows color (decimal): -11574430 or 6447951. OLE color: 6447951.

HSL color Cylindrical-coordinate representation of color #4F6362: hue angle of 177º 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 #4F6362 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB799998-
CMYK0.2000.010.61
HSL177º11.24%34.9%-
HSV(B)177º20.2%38.82%-
XYZ9.8911.4713.25-
YUV92.91130.87118.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.62%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=28.62%
G=35.87%
B=35.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7999980.2000.010.6117711.2434.9
Hex4F636214013Db1b23
Octal1171431422401752611343
Binary1001111110001111000101010001111101101100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F6362;
 }
 .AnyTagClassName
 {
   color: #4F6362;
 }
</style>
background-color css

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

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

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

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

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

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