#4D5760

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

Shades of Fiord #4D5760

Tints of Fiord #4D5760

Color information

#4D5760 (or 0x4D5760) is unknown color: approx Fiord. HEX triplet: 4D, 57 and 60. RGB value is (77,87,96). Sum of RGB (Red+Green+Blue) = 77+87+96=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D5760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5760 is #B2A89F. Grayscale: #545454. Windows color (decimal): -11708576 or 6313805. OLE color: 6313805.

HSL color Cylindrical-coordinate representation of color #4D5760: hue angle of 208.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D5760 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB778796-
CMYK0.200.0900.62
HSL208.42º10.98%33.92%-
HSV(B)208.42º19.79%37.65%-
XYZ8.589.2412.4-
YUV85.04134.19122.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.62%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=29.62%
G=33.46%
B=36.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7787960.200.0900.62208.4210.9833.92
Hex4D576014903Ed0b22
Octal11512714024110763201342
Binary1001101101011111000001010010010111110110100001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,87,96); }

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

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

 a { background-color: rgb(77,87,96); }

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

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

 span { border-color: rgb(77,87,96); }

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