Html Css Color HEX #4D565C Fiord

📋 copy color: '#4D565C'

red 77 ◦ green 86 ◦ blue 92

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

Shades of Fiord #4D565C

Tints of Fiord #4D565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

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

R = 30.2%
G = 33.73%
B = 36.08%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D565C (or 0x4D565C) is known color: Fiord. HEX triplet: 4D, 56 and 5C. RGB value is (77,86,92). Sum of RGB (Red+Green+Blue) = 77+86+92=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D565C is #B2A9A3. Grayscale: #535353. Windows color (decimal): -11708836 or 6051405. OLE color: 6051405.

HSL color Cylindrical-coordinate representation of color #4D565C: hue angle of 204º 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 #4D565C is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 86 92 -
CMYK 0.16 0.07 0 0.64
HSL 204º 0.09% 0.33% -
HSV(B) 204º 0.16% 0.36% -
XYZ 8.32 9.01 11.43 -
YUV 83.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 77 86 92 0.16 0.07 0 0.64 204 0.09 0.33
Hex 4D 56 5C 10 7 0 40 CC 9 21
Octal 115 126 134 20 7 0 100 314 11 41
Binary 1001101 1010110 1011100 10000 111 0 1000000 11001100 1001 100001

Color Harmonies of #4D565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D565C

Black with #4D565C

Text Example


Text Example

White with #4D565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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