Html Css Color HEX #4F5D63 Fiord

📋 copy color: '#4F5D63'

red 79 ◦ green 93 ◦ blue 99

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

Shades of Fiord #4F5D63

Tints of Fiord #4F5D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.32%

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 29.15%
G = 34.32%
B = 36.53%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4F5D63 (or 0x4F5D63) is known color: Fiord. HEX triplet: 4F, 5D and 63. RGB value is (79,93,99). Sum of RGB (Red+Green+Blue) = 79+93+99=271 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.15% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F5D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5D63 is #B0A29C. Grayscale: #595959. Windows color (decimal): -11575965 or 6511951. OLE color: 6511951.

HSL color Cylindrical-coordinate representation of color #4F5D63: hue angle of 198º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F5D63 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 93 99 -
CMYK 0.20 0.06 0 0.61
HSL 198º 0.11% 0.35% -
HSV(B) 198º 0.2% 0.39% -
XYZ 9.39 10.39 13.32 -
YUV 89.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 79 93 99 0.20 0.06 0 0.61 198 0.11 0.35
Hex 4F 5D 63 14 6 0 3D C6 B 23
Octal 117 135 143 24 6 0 75 306 13 43
Binary 1001111 1011101 1100011 10100 110 0 111101 11000110 1011 100011

Color Harmonies of #4F5D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5D63

Black with #4F5D63

Text Example


Text Example

White with #4F5D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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