#4F6170

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

Shades of Fiord #4F6170

Tints of Fiord #4F6170

Color information

#4F6170 (or 0x4F6170) is unknown color: approx Fiord. HEX triplet: 4F, 61 and 70. RGB value is (79,97,112). Sum of RGB (Red+Green+Blue) = 79+97+112=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F6170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6170 is #B09E8F. Grayscale: #5D5D5D. Windows color (decimal): -11574928 or 7364943. OLE color: 7364943.

HSL color Cylindrical-coordinate representation of color #4F6170: hue angle of 207.27º 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 #4F6170 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7997112-
CMYK0.290.1300.56
HSL207.27º17.28%37.45%-
HSV(B)207.27º29.46%43.92%-
XYZ10.4211.3816.98-
YUV93.33138.54117.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.43%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 112 (44.14% from 255) = 38.89%
R=27.43%
G=33.68%
B=38.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79971120.290.1300.56207.2717.2837.45
Hex4F61701DD038cf1125
Octal11714116035150703172145
Binary10011111100001111000011101110101110001100111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,97,112); }

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

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

 a { background-color: rgb(79,97,112); }

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

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

 span { border-color: rgb(79,97,112); }

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