#4E5A67

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

Shades of Fiord #4E5A67

Tints of Fiord #4E5A67

Color information

#4E5A67 (or 0x4E5A67) is unknown color: approx Fiord. HEX triplet: 4E, 5A and 67. RGB value is (78,90,103). Sum of RGB (Red+Green+Blue) = 78+90+103=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E5A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5A67 is #B1A598. Grayscale: #575757. Windows color (decimal): -11642265 or 6773326. OLE color: 6773326.

HSL color Cylindrical-coordinate representation of color #4E5A67: hue angle of 211.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E5A67 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7890103-
CMYK0.240.1300.60
HSL211.2º13.81%35.49%-
HSV(B)211.2º24.27%40.39%-
XYZ9.259.9114.26-
YUV87.89136.52120.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=28.78%
G=33.21%
B=38.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78901030.240.1300.60211.213.8135.49
Hex4E5A6718D03Cd3e23
Octal11613214730150743231643
Binary1001110101101011001111100011010111100110100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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