Html Css Color HEX #4F7275 Ming

📋 copy color: '#4F7275'

red 79 ◦ green 114 ◦ blue 117

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

Shades of Ming #4F7275

Tints of Ming #4F7275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 25.48%
G = 36.77%
B = 37.74%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4F7275 (or 0x4F7275) is known color: Ming. HEX triplet: 4F, 72 and 75. RGB value is (79,114,117). Sum of RGB (Red+Green+Blue) = 79+114+117=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F7275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7275 is #B08D8A. Grayscale: #676767. Windows color (decimal): -11570571 or 7696975. OLE color: 7696975.

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

Color convert

RGB 79 114 117 -
CMYK 0.32 0.03 0 0.54
HSL 184.74º 0.19% 0.38% -
HSV(B) 184.74º 0.32% 0.46% -
XYZ 12.45 14.98 19.06 -
YUV 103.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 79 114 117 0.32 0.03 0 0.54 184.74 0.19 0.38
Hex 4F 72 75 20 3 0 36 B9 13 26
Octal 117 162 165 40 3 0 66 271 23 46
Binary 1001111 1110010 1110101 100000 11 0 110110 10111001 10011 100110

Color Harmonies of #4F7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7275

Black with #4F7275

Text Example


Text Example

White with #4F7275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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