Html Css Color HEX #4D575C Fiord

📋 copy color: '#4D575C'

red 77 ◦ green 87 ◦ blue 92

#4D575C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #4D575C

Tints of Fiord #4D575C

RGB

 RED value IS 77 (30.47% from 255) = 30.08%

 GREEN value IS 87 (34.38% from 255) = 33.98%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 30.08%
G = 33.98%
B = 35.94%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D575C (or 0x4D575C) is known color: Fiord. HEX triplet: 4D, 57 and 5C. RGB value is (77,87,92). Sum of RGB (Red+Green+Blue) = 77+87+92=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D575C is #B2A8A3. Grayscale: #545454. Windows color (decimal): -11708580 or 6051661. OLE color: 6051661.

HSL color Cylindrical-coordinate representation of color #4D575C: hue angle of 200º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D575C is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 87 92 -
CMYK 0.16 0.05 0 0.64
HSL 200º 0.09% 0.33% -
HSV(B) 200º 0.16% 0.36% -
XYZ 8.4 9.17 11.45 -
YUV 84.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 77 87 92 0.16 0.05 0 0.64 200 0.09 0.33
Hex 4D 57 5C 10 5 0 40 C8 9 21
Octal 115 127 134 20 5 0 100 310 11 41
Binary 1001101 1010111 1011100 10000 101 0 1000000 11001000 1001 100001

Color Harmonies of #4D575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D575C

Black with #4D575C

Text Example


Text Example

White with #4D575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D575C;
 }
 .AnyTagClassName
 {
   color: #4D575C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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