#4F616E

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

Shades of Fiord #4F616E

Tints of Fiord #4F616E

Color information

#4F616E (or 0x4F616E) is unknown color: approx Fiord. HEX triplet: 4F, 61 and 6E. RGB value is (79,97,110). Sum of RGB (Red+Green+Blue) = 79+97+110=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F616E is #B09E91. Grayscale: #5D5D5D. Windows color (decimal): -11574930 or 7233871. OLE color: 7233871.

HSL color Cylindrical-coordinate representation of color #4F616E: hue angle of 205.16º 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 #4F616E is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7997110-
CMYK0.280.1200.57
HSL205.16º16.4%37.06%-
HSV(B)205.16º28.18%43.14%-
XYZ10.3111.3416.4-
YUV93.1137.54117.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=27.62%
G=33.92%
B=38.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79971100.280.1200.57205.1616.437.06
Hex4F616E1CC039cd1025
Octal11714115634140713152045
Binary10011111100001110111011100110001110011100110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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