Html Css Color HEX #4E716F William

📋 copy color: '#4E716F'

red 78 ◦ green 113 ◦ blue 111

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

Shades of William #4E716F

Tints of William #4E716F

RGB

 RED value IS 78 (30.86% from 255) = 25.83%

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 25.83%
G = 37.42%
B = 36.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#4E716F (or 0x4E716F) is known color: William. HEX triplet: 4E, 71 and 6F. RGB value is (78,113,111). Sum of RGB (Red+Green+Blue) = 78+113+111=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 113 - color contains mainly: green. Hex color #4E716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E716F is #B18E90. Grayscale: #666666. Windows color (decimal): -11636369 or 7303502. OLE color: 7303502.

HSL color Cylindrical-coordinate representation of color #4E716F: hue angle of 176.57º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E716F is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 113 111 -
CMYK 0.31 0 0.02 0.56
HSL 176.57º 0.18% 0.37% -
HSV(B) 176.57º 0.31% 0.44% -
XYZ 11.92 14.58 17.22 -
YUV 102.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 78 113 111 0.31 0 0.02 0.56 176.57 0.18 0.37
Hex 4E 71 6F 1F 0 2 38 B1 12 25
Octal 116 161 157 37 0 2 70 261 22 45
Binary 1001110 1110001 1101111 11111 0 10 111000 10110001 10010 100101

Color Harmonies of #4E716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E716F

Black with #4E716F

Text Example


Text Example

White with #4E716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,113,111); }

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

background-color css

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

 a { background-color: rgb(78,113,111); }

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

border-color css

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

 span { border-color: rgb(78,113,111); }

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