#4F5C60

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

Shades of Fiord #4F5C60

Tints of Fiord #4F5C60

Color information

#4F5C60 (or 0x4F5C60) is unknown color: approx Fiord. HEX triplet: 4F, 5C and 60. RGB value is (79,92,96). Sum of RGB (Red+Green+Blue) = 79+92+96=267 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.59% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F5C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5C60 is #B0A39F. Grayscale: #585858. Windows color (decimal): -11576224 or 6315087. OLE color: 6315087.

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

Color convert

RGB799296-
CMYK0.180.0400.62
HSL194.12º9.71%34.31%-
HSV(B)194.12º17.71%37.65%-
XYZ9.1610.1612.54-
YUV88.57132.19121.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.59%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=29.59%
G=34.46%
B=35.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7992960.180.0400.62194.129.7134.31
Hex4F5C6012403Ec2a22
Octal1171341402240763021242
Binary100111110111001100000100101000111110110000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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