Html Css Color HEX #4C7173 Ming

📋 copy color: '#4C7173'

red 76 ◦ green 113 ◦ blue 115

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

Shades of Ming #4C7173

Tints of Ming #4C7173

RGB

 RED value IS 76 (30.08% from 255) = 25%

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

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 25%
G = 37.17%
B = 37.83%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C7173 (or 0x4C7173) is known color: Ming. HEX triplet: 4C, 71 and 73. RGB value is (76,113,115). Sum of RGB (Red+Green+Blue) = 76+113+115=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C7173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7173 is #B38E8C. Grayscale: #666666. Windows color (decimal): -11767437 or 7565644. OLE color: 7565644.

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

Color convert

RGB 76 113 115 -
CMYK 0.34 0.02 0 0.55
HSL 183.08º 0.2% 0.37% -
HSV(B) 183.08º 0.34% 0.45% -
XYZ 11.98 14.58 18.4 -
YUV 102.17 135.24 109.34 -
System Red Green Blue C M Y K H S L
Decimal 76 113 115 0.34 0.02 0 0.55 183.08 0.2 0.37
Hex 4C 71 73 22 2 0 37 B7 14 25
Octal 114 161 163 42 2 0 67 267 24 45
Binary 1001100 1110001 1110011 100010 10 0 110111 10110111 10100 100101

Color Harmonies of #4C7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7173

Black with #4C7173

Text Example


Text Example

White with #4C7173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,115); }

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

background-color css

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

 a { background-color: rgb(76,113,115); }

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

border-color css

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

 span { border-color: rgb(76,113,115); }

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