Html Css Color HEX #4F6260 River Bed

📋 copy color: '#4F6260'

red 79 ◦ green 98 ◦ blue 96

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

Shades of River Bed #4F6260

Tints of River Bed #4F6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 28.94%
G = 35.9%
B = 35.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#4F6260 (or 0x4F6260) is known color: River Bed. HEX triplet: 4F, 62 and 60. RGB value is (79,98,96). Sum of RGB (Red+Green+Blue) = 79+98+96=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6260 is #B09D9F. Grayscale: #5C5C5C. Windows color (decimal): -11574688 or 6316623. OLE color: 6316623.

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

Color convert

RGB 79 98 96 -
CMYK 0.19 0 0.02 0.62
HSL 173.68º 0.11% 0.35% -
HSV(B) 173.68º 0.19% 0.38% -
XYZ 9.7 11.24 12.72 -
YUV 92.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 79 98 96 0.19 0 0.02 0.62 173.68 0.11 0.35
Hex 4F 62 60 13 0 2 3E AE B 23
Octal 117 142 140 23 0 2 76 256 13 43
Binary 1001111 1100010 1100000 10011 0 10 111110 10101110 1011 100011

Color Harmonies of #4F6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6260

Black with #4F6260

Text Example


Text Example

White with #4F6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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