#4E616B

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

Shades of Fiord #4E616B

Tints of Fiord #4E616B

Color information

#4E616B (or 0x4E616B) is unknown color: approx Fiord. HEX triplet: 4E, 61 and 6B. RGB value is (78,97,107). Sum of RGB (Red+Green+Blue) = 78+97+107=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E616B is #B19E94. Grayscale: #5C5C5C. Windows color (decimal): -11640469 or 7037262. OLE color: 7037262.

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

Color convert

RGB7897107-
CMYK0.270.0900.58
HSL200.69º15.68%36.27%-
HSV(B)200.69º27.1%41.96%-
XYZ10.0711.2315.55-
YUV92.46136.21117.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=27.66%
G=34.40%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78971070.270.0900.58200.6915.6836.27
Hex4E616B1B903Ac91024
Octal11614115333110723112044
Binary10011101100001110101111011100101110101100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,107); }

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

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

 a { background-color: rgb(78,97,107); }

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

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

 span { border-color: rgb(78,97,107); }

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