Html Css Color HEX #4F7270 William

📋 copy color: '#4F7270'

red 79 ◦ green 114 ◦ blue 112

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

Shades of William #4F7270

Tints of William #4F7270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 25.9%
G = 37.38%
B = 36.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#4F7270 (or 0x4F7270) is known color: William. HEX triplet: 4F, 72 and 70. RGB value is (79,114,112). Sum of RGB (Red+Green+Blue) = 79+114+112=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7270 is #B08D8F. Grayscale: #676767. Windows color (decimal): -11570576 or 7369295. OLE color: 7369295.

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

Color convert

RGB 79 114 112 -
CMYK 0.31 0 0.02 0.55
HSL 176.57º 0.18% 0.38% -
HSV(B) 176.57º 0.31% 0.45% -
XYZ 12.17 14.87 17.56 -
YUV 103.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 79 114 112 0.31 0 0.02 0.55 176.57 0.18 0.38
Hex 4F 72 70 1F 0 2 37 B1 12 26
Octal 117 162 160 37 0 2 67 261 22 46
Binary 1001111 1110010 1110000 11111 0 10 110111 10110001 10010 100110

Color Harmonies of #4F7270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7270

Black with #4F7270

Text Example


Text Example

White with #4F7270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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