#4E5860

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

Shades of Fiord #4E5860

Tints of Fiord #4E5860

Color information

#4E5860 (or 0x4E5860) is unknown color: approx Fiord. HEX triplet: 4E, 58 and 60. RGB value is (78,88,96). Sum of RGB (Red+Green+Blue) = 78+88+96=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E5860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5860 is #B1A79F. Grayscale: #555555. Windows color (decimal): -11642784 or 6314062. OLE color: 6314062.

HSL color Cylindrical-coordinate representation of color #4E5860: hue angle of 206.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E5860 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB788896-
CMYK0.190.0800.62
HSL206.67º10.34%34.12%-
HSV(B)206.67º18.75%37.65%-
XYZ8.749.4412.43-
YUV85.92133.69122.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.77%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=29.77%
G=33.59%
B=36.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7888960.190.0800.62206.6710.3434.12
Hex4E586013803Ecfa22
Octal11613014023100763171242
Binary1001110101100011000001001110000111110110011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,88,96); }

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

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

 a { background-color: rgb(78,88,96); }

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

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

 span { border-color: rgb(78,88,96); }

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