#4F6462

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

Shades of River Bed #4F6462

Tints of River Bed #4F6462

Color information

#4F6462 (or 0x4F6462) is unknown color: approx River Bed. HEX triplet: 4F, 64 and 62. RGB value is (79,100,98). Sum of RGB (Red+Green+Blue) = 79+100+98=277 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.52% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #4F6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6462 is #B09B9D. Grayscale: #5D5D5D. Windows color (decimal): -11574174 or 6448207. OLE color: 6448207.

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

Color convert

RGB7910098-
CMYK0.2100.020.61
HSL174.29º11.73%35.1%-
HSV(B)174.29º21%39.22%-
XYZ9.9911.6613.28-
YUV93.49130.54117.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.52%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=28.52%
G=36.10%
B=35.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal79100980.2100.020.61174.2911.7335.1
Hex4F646215023Daec23
Octal1171441422502752561443
Binary10011111100100110001010101010111101101011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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