#4F6263

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

Shades of River Bed #4F6263

Tints of River Bed #4F6263

Color information

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

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

Color convert

RGB799899-
CMYK0.200.0100.61
HSL183º11.24%34.9%-
HSV(B)183º20.2%38.82%-
XYZ9.8411.313.47-
YUV92.43131.71118.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7998990.200.0100.6118311.2434.9
Hex4F626314103Db7b23
Octal1171421432410752671343
Binary1001111110001011000111010010111101101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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