Html Css Color HEX #4F716E William

📋 copy color: '#4F716E'

red 79 ◦ green 113 ◦ blue 110

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

Shades of William #4F716E

Tints of William #4F716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 26.16%
G = 37.42%
B = 36.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#4F716E (or 0x4F716E) is known color: William. HEX triplet: 4F, 71 and 6E. RGB value is (79,113,110). Sum of RGB (Red+Green+Blue) = 79+113+110=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #4F716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F716E is #B08E91. Grayscale: #666666. Windows color (decimal): -11570834 or 7237967. OLE color: 7237967.

HSL color Cylindrical-coordinate representation of color #4F716E: hue angle of 174.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F716E is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 113 110 -
CMYK 0.30 0 0.03 0.56
HSL 174.71º 0.18% 0.38% -
HSV(B) 174.71º 0.3% 0.44% -
XYZ 11.94 14.6 16.94 -
YUV 102.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 79 113 110 0.30 0 0.03 0.56 174.71 0.18 0.38
Hex 4F 71 6E 1E 0 3 38 AF 12 26
Octal 117 161 156 36 0 3 70 257 22 46
Binary 1001111 1110001 1101110 11110 0 11 111000 10101111 10010 100110

Color Harmonies of #4F716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F716E

Black with #4F716E

Text Example


Text Example

White with #4F716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,113,110); }

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

background-color css

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

 a { background-color: rgb(79,113,110); }

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

border-color css

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

 span { border-color: rgb(79,113,110); }

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