#4E626F

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

Shades of Fiord #4E626F

Tints of Fiord #4E626F

Color information

#4E626F (or 0x4E626F) is unknown color: approx Fiord. HEX triplet: 4E, 62 and 6F. RGB value is (78,98,111). Sum of RGB (Red+Green+Blue) = 78+98+111=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E626F is #B19D90. Grayscale: #5D5D5D. Windows color (decimal): -11640209 or 7299662. OLE color: 7299662.

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

Color convert

RGB7898111-
CMYK0.300.1200.56
HSL203.64º17.46%37.06%-
HSV(B)203.64º29.73%43.53%-
XYZ10.3811.516.71-
YUV93.5137.87116.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=27.18%
G=34.15%
B=38.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78981110.300.1200.56203.6417.4637.06
Hex4E626F1EC038cc1125
Octal11614215736140703142145
Binary10011101100010110111111110110001110001100110010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,98,111); }

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

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

 a { background-color: rgb(78,98,111); }

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

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

 span { border-color: rgb(78,98,111); }

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