Html Css Color HEX #4F706A William

📋 copy color: '#4F706A'

red 79 ◦ green 112 ◦ blue 106

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

Shades of William #4F706A

Tints of William #4F706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 26.6%
G = 37.71%
B = 35.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#4F706A (or 0x4F706A) is known color: William. HEX triplet: 4F, 70 and 6A. RGB value is (79,112,106). Sum of RGB (Red+Green+Blue) = 79+112+106=297 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.60% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #4F706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F706A is #B08F95. Grayscale: #656565. Windows color (decimal): -11571094 or 6975567. OLE color: 6975567.

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

Color convert

RGB 79 112 106 -
CMYK 0.29 0 0.05 0.56
HSL 169.09º 0.17% 0.37% -
HSV(B) 169.09º 0.29% 0.44% -
XYZ 11.62 14.29 15.78 -
YUV 101.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 79 112 106 0.29 0 0.05 0.56 169.09 0.17 0.37
Hex 4F 70 6A 1D 0 5 38 A9 11 25
Octal 117 160 152 35 0 5 70 251 21 45
Binary 1001111 1110000 1101010 11101 0 101 111000 10101001 10001 100101

Color Harmonies of #4F706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F706A

Black with #4F706A

Text Example


Text Example

White with #4F706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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