#4D5E6C

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

Shades of Fiord #4D5E6C

Tints of Fiord #4D5E6C

Color information

#4D5E6C (or 0x4D5E6C) is unknown color: approx Fiord. HEX triplet: 4D, 5E and 6C. RGB value is (77,94,108). Sum of RGB (Red+Green+Blue) = 77+94+108=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 94 (37.11% from 255 or 33.69% 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 #4D5E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5E6C is #B2A193. Grayscale: #5A5A5A. Windows color (decimal): -11706772 or 7102029. OLE color: 7102029.

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

Color convert

RGB7794108-
CMYK0.290.1300.58
HSL207.1º16.76%36.27%-
HSV(B)207.1º28.7%42.35%-
XYZ9.7710.6715.73-
YUV90.51137.87118.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.60%
GREEN value IS 94 (37.11% from 255) = 33.69%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=27.60%
G=33.69%
B=38.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77941080.290.1300.58207.116.7636.27
Hex4D5E6C1DD03Acf1124
Octal11513615435150723172144
Binary10011011011110110110011101110101110101100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,94,108); }

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

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

 a { background-color: rgb(77,94,108); }

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

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

 span { border-color: rgb(77,94,108); }

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