Html Css Color HEX #4C595B River Bed

📋 copy color: '#4C595B'

red 76 ◦ green 89 ◦ blue 91

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

Shades of River Bed #4C595B

Tints of River Bed #4C595B

RGB

 RED value IS 76 (30.08% from 255) = 29.69%

 GREEN value IS 89 (35.16% from 255) = 34.77%

 BLUE value IS 91 (35.94% from 255) = 35.55%

R = 29.69%
G = 34.77%
B = 35.55%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C595B (or 0x4C595B) is known color: River Bed. HEX triplet: 4C, 59 and 5B. RGB value is (76,89,91). Sum of RGB (Red+Green+Blue) = 76+89+91=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C595B is #B3A6A4. Grayscale: #555555. Windows color (decimal): -11773605 or 5986636. OLE color: 5986636.

HSL color Cylindrical-coordinate representation of color #4C595B: hue angle of 188º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C595B is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 89 91 -
CMYK 0.16 0.02 0 0.64
HSL 188º 0.09% 0.33% -
HSV(B) 188º 0.16% 0.36% -
XYZ 8.44 9.44 11.27 -
YUV 85.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 76 89 91 0.16 0.02 0 0.64 188 0.09 0.33
Hex 4C 59 5B 10 2 0 40 BC 9 21
Octal 114 131 133 20 2 0 100 274 11 41
Binary 1001100 1011001 1011011 10000 10 0 1000000 10111100 1001 100001

Color Harmonies of #4C595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C595B

Black with #4C595B

Text Example


Text Example

White with #4C595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,89,91); }

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

background-color css

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

 a { background-color: rgb(76,89,91); }

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

border-color css

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

 span { border-color: rgb(76,89,91); }

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