#4E5D6C

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

Shades of Fiord #4E5D6C

Tints of Fiord #4E5D6C

Color information

#4E5D6C (or 0x4E5D6C) is unknown color: approx Fiord. HEX triplet: 4E, 5D and 6C. RGB value is (78,93,108). Sum of RGB (Red+Green+Blue) = 78+93+108=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E5D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D6C is #B1A293. Grayscale: #5A5A5A. Windows color (decimal): -11641492 or 7101774. OLE color: 7101774.

HSL color Cylindrical-coordinate representation of color #4E5D6C: hue angle of 210º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E5D6C is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7893108-
CMYK0.280.1400.58
HSL210º16.13%36.47%-
HSV(B)210º27.78%42.35%-
XYZ9.7610.5315.71-
YUV90.22138.03119.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=27.96%
G=33.33%
B=38.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78931080.280.1400.5821016.1336.47
Hex4E5D6C1CE03Ad21024
Octal11613515434160723222044
Binary10011101011101110110011100111001110101101001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,93,108); }

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

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

 a { background-color: rgb(78,93,108); }

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

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

 span { border-color: rgb(78,93,108); }

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