#4E606A

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

Shades of Fiord #4E606A

Tints of Fiord #4E606A

Color information

#4E606A (or 0x4E606A) is unknown color: approx Fiord. HEX triplet: 4E, 60 and 6A. RGB value is (78,96,106). Sum of RGB (Red+Green+Blue) = 78+96+106=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E606A is #B19F95. Grayscale: #5B5B5B. Windows color (decimal): -11640726 or 6971470. OLE color: 6971470.

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

Color convert

RGB7896106-
CMYK0.260.0900.58
HSL201.43º15.22%36.08%-
HSV(B)201.43º26.42%41.57%-
XYZ9.9311.0315.24-
YUV91.76136.04118.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.86%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=27.86%
G=34.29%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78961060.260.0900.58201.4315.2236.08
Hex4E606A1A903Ac9f24
Octal11614015232110723111744
Binary1001110110000011010101101010010111010110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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