#4F606F

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

Shades of Fiord #4F606F

Tints of Fiord #4F606F

Color information

#4F606F (or 0x4F606F) is unknown color: approx Fiord. HEX triplet: 4F, 60 and 6F. RGB value is (79,96,111). Sum of RGB (Red+Green+Blue) = 79+96+111=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F606F is #B09F90. Grayscale: #5C5C5C. Windows color (decimal): -11575185 or 7299151. OLE color: 7299151.

HSL color Cylindrical-coordinate representation of color #4F606F: hue angle of 208.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F606F is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7996111-
CMYK0.290.1400.56
HSL208.12º16.84%37.25%-
HSV(B)208.12º28.83%43.53%-
XYZ10.2811.1816.65-
YUV92.63138.37118.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 111 (43.75% from 255) = 38.81%
R=27.62%
G=33.57%
B=38.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79961110.290.1400.56208.1216.8437.25
Hex4F606F1DE038d01125
Octal11714015735160703202145
Binary10011111100000110111111101111001110001101000010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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