#4E5C60

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

Shades of Fiord #4E5C60

Tints of Fiord #4E5C60

Color information

#4E5C60 (or 0x4E5C60) is unknown color: approx Fiord. HEX triplet: 4E, 5C and 60. RGB value is (78,92,96). Sum of RGB (Red+Green+Blue) = 78+92+96=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E5C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5C60 is #B1A39F. Grayscale: #585858. Windows color (decimal): -11641760 or 6315086. OLE color: 6315086.

HSL color Cylindrical-coordinate representation of color #4E5C60: hue angle of 193.33º 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 #4E5C60 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB789296-
CMYK0.190.0400.62
HSL193.33º10.34%34.12%-
HSV(B)193.33º18.75%37.65%-
XYZ9.0810.1212.54-
YUV88.27132.36120.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=29.32%
G=34.59%
B=36.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7892960.190.0400.62193.3310.3434.12
Hex4E5C6013403Ec1a22
Octal1161341402340763011242
Binary100111010111001100000100111000111110110000011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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