Html Css Color HEX #4F605F River Bed

📋 copy color: '#4F605F'

red 79 ◦ green 96 ◦ blue 95

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

Shades of River Bed #4F605F

Tints of River Bed #4F605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 29.26%
G = 35.56%
B = 35.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#4F605F (or 0x4F605F) is known color: River Bed. HEX triplet: 4F, 60 and 5F. RGB value is (79,96,95). Sum of RGB (Red+Green+Blue) = 79+96+95=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #4F605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F605F is #B09FA0. Grayscale: #5A5A5A. Windows color (decimal): -11575201 or 6250575. OLE color: 6250575.

HSL color Cylindrical-coordinate representation of color #4F605F: hue angle of 176.47º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F605F is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 95 -
CMYK 0.18 0 0.01 0.62
HSL 176.47º 0.1% 0.34% -
HSV(B) 176.47º 0.18% 0.38% -
XYZ 9.47 10.85 12.42 -
YUV 90.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 79 96 95 0.18 0 0.01 0.62 176.47 0.1 0.34
Hex 4F 60 5F 12 0 1 3E B0 A 22
Octal 117 140 137 22 0 1 76 260 12 42
Binary 1001111 1100000 1011111 10010 0 1 111110 10110000 1010 100010

Color Harmonies of #4F605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F605F

Black with #4F605F

Text Example


Text Example

White with #4F605F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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