Html Css Color HEX #4A7474 Ming

📋 copy color: '#4A7474'

red 74 ◦ green 116 ◦ blue 116

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

Shades of Ming #4A7474

Tints of Ming #4A7474

RGB

 RED value IS 74 (29.3% from 255) = 24.18%

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 24.18%
G = 37.91%
B = 37.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A7474 (or 0x4A7474) is known color: Ming. HEX triplet: 4A, 74 and 74. RGB value is (74,116,116). Sum of RGB (Red+Green+Blue) = 74+116+116=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #4A7474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7474 is #B58B8B. Grayscale: #676767. Windows color (decimal): -11897740 or 7631946. OLE color: 7631946.

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

Color convert

RGB 74 116 116 -
CMYK 0.36 0 0 0.55
HSL 180º 0.22% 0.37% -
HSV(B) 180º 0.36% 0.45% -
XYZ 12.22 15.21 18.81 -
YUV 103.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 74 116 116 0.36 0 0 0.55 180 0.22 0.37
Hex 4A 74 74 24 0 0 37 B4 16 25
Octal 112 164 164 44 0 0 67 264 26 45
Binary 1001010 1110100 1110100 100100 0 0 110111 10110100 10110 100101

Color Harmonies of #4A7474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7474

Black with #4A7474

Text Example


Text Example

White with #4A7474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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