Html Css Color HEX #4F706C William

📋 copy color: '#4F706C'

red 79 ◦ green 112 ◦ blue 108

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

Shades of William #4F706C

Tints of William #4F706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 26.42%
G = 37.46%
B = 36.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#4F706C (or 0x4F706C) is known color: William. HEX triplet: 4F, 70 and 6C. RGB value is (79,112,108). Sum of RGB (Red+Green+Blue) = 79+112+108=299 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.42% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #4F706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F706C is #B08F93. Grayscale: #656565. Windows color (decimal): -11571092 or 7106639. OLE color: 7106639.

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

Color convert

RGB 79 112 108 -
CMYK 0.29 0 0.04 0.56
HSL 172.73º 0.17% 0.37% -
HSV(B) 172.73º 0.29% 0.44% -
XYZ 11.73 14.33 16.34 -
YUV 101.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 79 112 108 0.29 0 0.04 0.56 172.73 0.17 0.37
Hex 4F 70 6C 1D 0 4 38 AD 11 25
Octal 117 160 154 35 0 4 70 255 21 45
Binary 1001111 1110000 1101100 11101 0 100 111000 10101101 10001 100101

Color Harmonies of #4F706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F706C

Black with #4F706C

Text Example


Text Example

White with #4F706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,108); }

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

background-color css

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

 a { background-color: rgb(79,112,108); }

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

border-color css

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

 span { border-color: rgb(79,112,108); }

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