Html Css Color HEX #4F7174 Ming

📋 copy color: '#4F7174'

red 79 ◦ green 113 ◦ blue 116

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

Shades of Ming #4F7174

Tints of Ming #4F7174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 25.65%
G = 36.69%
B = 37.66%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4F7174 (or 0x4F7174) is known color: Ming. HEX triplet: 4F, 71 and 74. RGB value is (79,113,116). Sum of RGB (Red+Green+Blue) = 79+113+116=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #4F7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7174 is #B08E8B. Grayscale: #676767. Windows color (decimal): -11570828 or 7631183. OLE color: 7631183.

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

Color convert

RGB 79 113 116 -
CMYK 0.32 0.03 0 0.55
HSL 184.86º 0.19% 0.38% -
HSV(B) 184.86º 0.32% 0.45% -
XYZ 12.28 14.73 18.72 -
YUV 103.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 79 113 116 0.32 0.03 0 0.55 184.86 0.19 0.38
Hex 4F 71 74 20 3 0 37 B9 13 26
Octal 117 161 164 40 3 0 67 271 23 46
Binary 1001111 1110001 1110100 100000 11 0 110111 10111001 10011 100110

Color Harmonies of #4F7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7174

Black with #4F7174

Text Example


Text Example

White with #4F7174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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