#4B615F

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

Shades of River Bed #4B615F

Tints of River Bed #4B615F

Color information

#4B615F (or 0x4B615F) is unknown color: approx River Bed. HEX triplet: 4B, 61 and 5F. RGB value is (75,97,95). Sum of RGB (Red+Green+Blue) = 75+97+95=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #4B615F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B615F is #B49EA0. Grayscale: #5A5A5A. Windows color (decimal): -11837089 or 6250827. OLE color: 6250827.

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

Color convert

RGB759795-
CMYK0.2300.020.62
HSL174.55º12.79%33.73%-
HSV(B)174.55º22.68%38.04%-
XYZ9.2410.8712.44-
YUV90.19130.71117.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=28.09%
G=36.33%
B=35.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597950.2300.020.62174.5512.7933.73
Hex4B615F17023Eafd22
Octal1131411372702762571542
Binary10010111100001101111110111010111110101011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,95); }

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

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

 a { background-color: rgb(75,97,95); }

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

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

 span { border-color: rgb(75,97,95); }

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