#4F585C

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

Shades of Fiord #4F585C

Tints of Fiord #4F585C

Color information

#4F585C (or 0x4F585C) is unknown color: approx Fiord. HEX triplet: 4F, 58 and 5C. RGB value is (79,88,92). Sum of RGB (Red+Green+Blue) = 79+88+92=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 88 (34.77% from 255 or 33.98% 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 #4F585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F585C is #B0A7A3. Grayscale: #555555. Windows color (decimal): -11577252 or 6051919. OLE color: 6051919.

HSL color Cylindrical-coordinate representation of color #4F585C: hue angle of 198.46º 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 #4F585C is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB798892-
CMYK0.140.0400.64
HSL198.46º7.6%33.53%-
HSV(B)198.46º14.13%36.08%-
XYZ8.659.4111.49-
YUV85.76131.52123.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.50%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=30.50%
G=33.98%
B=35.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7988920.140.0400.64198.467.633.53
Hex4F585CE4040c6822
Octal11713013416401003061042
Binary100111110110001011100111010001000000110001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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