#4D5A5C

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

Shades of River Bed #4D5A5C

Tints of River Bed #4D5A5C

Color information

#4D5A5C (or 0x4D5A5C) is unknown color: approx River Bed. HEX triplet: 4D, 5A and 5C. RGB value is (77,90,92). Sum of RGB (Red+Green+Blue) = 77+90+92=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D5A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A5C is #B2A5A3. Grayscale: #565656. Windows color (decimal): -11707812 or 6052429. OLE color: 6052429.

HSL color Cylindrical-coordinate representation of color #4D5A5C: 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 #4D5A5C is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB779092-
CMYK0.160.0200.64
HSL188º8.88%33.14%-
HSV(B)188º16.3%36.08%-
XYZ8.659.6611.53-
YUV86.34131.19121.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.73%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=29.73%
G=34.75%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7790920.160.0200.641888.8833.14
Hex4D5A5C102040bc921
Octal11513213420201002741141
Binary100110110110101011100100001001000000101111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,90,92); }

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

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

 a { background-color: rgb(77,90,92); }

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

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

 span { border-color: rgb(77,90,92); }

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