#4D545A

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

Shades of Fiord #4D545A

Tints of Fiord #4D545A

Color information

#4D545A (or 0x4D545A) is unknown color: approx Fiord. HEX triplet: 4D, 54 and 5A. RGB value is (77,84,90). Sum of RGB (Red+Green+Blue) = 77+84+90=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D545A is #B2ABA5. Grayscale: #525252. Windows color (decimal): -11709350 or 5919821. OLE color: 5919821.

HSL color Cylindrical-coordinate representation of color #4D545A: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D545A is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB778490-
CMYK0.140.0700.65
HSL207.69º7.78%32.75%-
HSV(B)207.69º14.44%35.29%-
XYZ8.088.6610.92-
YUV82.59132.18124.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.68%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=30.68%
G=33.47%
B=35.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7784900.140.0700.65207.697.7832.75
Hex4D545AE7041d0821
Octal11512413216701013201041
Binary100110110101001011010111011101000001110100001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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