Html Css Color HEX #4F7671 William

📋 copy color: '#4F7671'

red 79 ◦ green 118 ◦ blue 113

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

Shades of William #4F7671

Tints of William #4F7671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 25.48%
G = 38.06%
B = 36.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#4F7671 (or 0x4F7671) is known color: William. HEX triplet: 4F, 76 and 71. RGB value is (79,118,113). Sum of RGB (Red+Green+Blue) = 79+118+113=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #4F7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7671 is #B0898E. Grayscale: #696969. Windows color (decimal): -11569551 or 7435855. OLE color: 7435855.

HSL color Cylindrical-coordinate representation of color #4F7671: hue angle of 172.31º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F7671 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 79 118 113 -
CMYK 0.33 0 0.04 0.54
HSL 172.31º 0.2% 0.39% -
HSV(B) 172.31º 0.33% 0.46% -
XYZ 12.68 15.81 18.01 -
YUV 105.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 79 118 113 0.33 0 0.04 0.54 172.31 0.2 0.39
Hex 4F 76 71 21 0 4 36 AC 14 27
Octal 117 166 161 41 0 4 66 254 24 47
Binary 1001111 1110110 1110001 100001 0 100 110110 10101100 10100 100111

Color Harmonies of #4F7671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7671

Black with #4F7671

Text Example


Text Example

White with #4F7671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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