#4E545A

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

Shades of Fiord #4E545A

Tints of Fiord #4E545A

Color information

#4E545A (or 0x4E545A) is unknown color: approx Fiord. HEX triplet: 4E, 54 and 5A. RGB value is (78,84,90). Sum of RGB (Red+Green+Blue) = 78+84+90=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E545A is #B1ABA5. Grayscale: #525252. Windows color (decimal): -11643814 or 5919822. OLE color: 5919822.

HSL color Cylindrical-coordinate representation of color #4E545A: hue angle of 210º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E545A is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB788490-
CMYK0.130.0700.65
HSL210º7.14%32.94%-
HSV(B)210º13.33%35.29%-
XYZ8.168.710.92-
YUV82.89132.01124.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.95%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=30.95%
G=33.33%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7884900.130.0700.652107.1432.94
Hex4E545AD7041d2721
Octal1161241321570101322741
Binary10011101010100101101011011110100000111010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,90); }

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

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

 a { background-color: rgb(78,84,90); }

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

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

 span { border-color: rgb(78,84,90); }

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