Html Css Color HEX #4F5E63 Fiord

📋 copy color: '#4F5E63'

red 79 ◦ green 94 ◦ blue 99

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

Shades of Fiord #4F5E63

Tints of Fiord #4F5E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.56%

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

R = 29.04%
G = 34.56%
B = 36.4%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4F5E63 (or 0x4F5E63) is known color: Fiord. HEX triplet: 4F, 5E and 63. RGB value is (79,94,99). Sum of RGB (Red+Green+Blue) = 79+94+99=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F5E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5E63 is #B0A19C. Grayscale: #5A5A5A. Windows color (decimal): -11575709 or 6512207. OLE color: 6512207.

HSL color Cylindrical-coordinate representation of color #4F5E63: hue angle of 195º 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 #4F5E63 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 94 99 -
CMYK 0.20 0.05 0 0.61
HSL 195º 0.11% 0.35% -
HSV(B) 195º 0.2% 0.39% -
XYZ 9.48 10.57 13.34 -
YUV 90.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 79 94 99 0.20 0.05 0 0.61 195 0.11 0.35
Hex 4F 5E 63 14 5 0 3D C3 B 23
Octal 117 136 143 24 5 0 75 303 13 43
Binary 1001111 1011110 1100011 10100 101 0 111101 11000011 1011 100011

Color Harmonies of #4F5E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5E63

Black with #4F5E63

Text Example


Text Example

White with #4F5E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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