#4F5A5C

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

Shades of River Bed #4F5A5C

Tints of River Bed #4F5A5C

Color information

#4F5A5C (or 0x4F5A5C) is unknown color: approx River Bed. HEX triplet: 4F, 5A and 5C. RGB value is (79,90,92). Sum of RGB (Red+Green+Blue) = 79+90+92=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F5A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5A5C is #B0A5A3. Grayscale: #565656. Windows color (decimal): -11576740 or 6052431. OLE color: 6052431.

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

Color convert

RGB799092-
CMYK0.140.0200.64
HSL189.23º7.6%33.53%-
HSV(B)189.23º14.13%36.08%-
XYZ8.819.7511.54-
YUV86.94130.86122.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.27%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=30.27%
G=34.48%
B=35.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7990920.140.0200.64189.237.633.53
Hex4F5A5CE2040bd822
Octal11713213416201002751042
Binary10011111011010101110011101001000000101111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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