#4F606E

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

Shades of Fiord #4F606E

Tints of Fiord #4F606E

Color information

#4F606E (or 0x4F606E) is unknown color: approx Fiord. HEX triplet: 4F, 60 and 6E. RGB value is (79,96,110). Sum of RGB (Red+Green+Blue) = 79+96+110=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F606E is #B09F91. Grayscale: #5C5C5C. Windows color (decimal): -11575186 or 7233615. OLE color: 7233615.

HSL color Cylindrical-coordinate representation of color #4F606E: hue angle of 207.1º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F606E is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7996110-
CMYK0.280.1300.57
HSL207.1º16.4%37.06%-
HSV(B)207.1º28.18%43.14%-
XYZ10.2211.1516.37-
YUV92.51137.87118.36-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 110 (43.36% from 255) = 38.60%
R=27.72%
G=33.68%
B=38.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79961100.280.1300.57207.116.437.06
Hex4F606E1CD039cf1025
Octal11714015634150713172045
Binary10011111100000110111011100110101110011100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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