Html Css Color HEX #4F606D Fiord

📋 copy color: '#4F606D'

red 79 ◦ green 96 ◦ blue 109

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

Shades of Fiord #4F606D

Tints of Fiord #4F606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 27.82%
G = 33.8%
B = 38.38%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F606D (or 0x4F606D) is known color: Fiord. HEX triplet: 4F, 60 and 6D. RGB value is (79,96,109). Sum of RGB (Red+Green+Blue) = 79+96+109=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F606D is #B09F92. Grayscale: #5C5C5C. Windows color (decimal): -11575187 or 7168079. OLE color: 7168079.

HSL color Cylindrical-coordinate representation of color #4F606D: hue angle of 206º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F606D is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 96 109 -
CMYK 0.28 0.12 0 0.57
HSL 206º 0.16% 0.37% -
HSV(B) 206º 0.28% 0.43% -
XYZ 10.17 11.13 16.08 -
YUV 92.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 79 96 109 0.28 0.12 0 0.57 206 0.16 0.37
Hex 4F 60 6D 1C C 0 39 CE 10 25
Octal 117 140 155 34 14 0 71 316 20 45
Binary 1001111 1100000 1101101 11100 1100 0 111001 11001110 10000 100101

Color Harmonies of #4F606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F606D

Black with #4F606D

Text Example


Text Example

White with #4F606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,109); }

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

background-color css

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

 a { background-color: rgb(79,96,109); }

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

border-color css

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

 span { border-color: rgb(79,96,109); }

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