#4D5A63

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

Shades of Fiord #4D5A63

Tints of Fiord #4D5A63

Color information

#4D5A63 (or 0x4D5A63) is unknown color: approx Fiord. HEX triplet: 4D, 5A and 63. RGB value is (77,90,99). Sum of RGB (Red+Green+Blue) = 77+90+99=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D5A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A63 is #B2A59C. Grayscale: #575757. Windows color (decimal): -11707805 or 6511181. OLE color: 6511181.

HSL color Cylindrical-coordinate representation of color #4D5A63: hue angle of 204.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D5A63 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB779099-
CMYK0.220.0900.61
HSL204.55º12.5%34.51%-
HSV(B)204.55º22.22%38.82%-
XYZ8.979.7913.22-
YUV87.14134.69120.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=28.95%
G=33.83%
B=37.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7790990.220.0900.61204.5512.534.51
Hex4D5A6316903Dcdc23
Octal11513214326110753151443
Binary1001101101101011000111011010010111101110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,90,99); }

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

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

 a { background-color: rgb(77,90,99); }

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

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

 span { border-color: rgb(77,90,99); }

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