Html Css Color HEX #4F565D Fiord

📋 copy color: '#4F565D'

red 79 ◦ green 86 ◦ blue 93

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

Shades of Fiord #4F565D

Tints of Fiord #4F565D

RGB

 RED value IS 79 (31.25% from 255) = 30.62%

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 30.62%
G = 33.33%
B = 36.05%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F565D (or 0x4F565D) is known color: Fiord. HEX triplet: 4F, 56 and 5D. RGB value is (79,86,93). Sum of RGB (Red+Green+Blue) = 79+86+93=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F565D is #B0A9A2. Grayscale: #545454. Windows color (decimal): -11577763 or 6116943. OLE color: 6116943.

HSL color Cylindrical-coordinate representation of color #4F565D: hue angle of 210º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F565D is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 86 93 -
CMYK 0.15 0.08 0 0.64
HSL 210º 0.08% 0.34% -
HSV(B) 210º 0.15% 0.36% -
XYZ 8.53 9.11 11.66 -
YUV 84.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 79 86 93 0.15 0.08 0 0.64 210 0.08 0.34
Hex 4F 56 5D F 8 0 40 D2 8 22
Octal 117 126 135 17 10 0 100 322 10 42
Binary 1001111 1010110 1011101 1111 1000 0 1000000 11010010 1000 100010

Color Harmonies of #4F565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F565D

Black with #4F565D

Text Example


Text Example

White with #4F565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,86,93); }

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

background-color css

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

 a { background-color: rgb(79,86,93); }

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

border-color css

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

 span { border-color: rgb(79,86,93); }

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