Html Css Color HEX #4A7372 Ming

📋 copy color: '#4A7372'

red 74 ◦ green 115 ◦ blue 114

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

Shades of Ming #4A7372

Tints of Ming #4A7372

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 24.42%
G = 37.95%
B = 37.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#4A7372 (or 0x4A7372) is known color: Ming. HEX triplet: 4A, 73 and 72. RGB value is (74,115,114). Sum of RGB (Red+Green+Blue) = 74+115+114=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7372 is #B58C8D. Grayscale: #666666. Windows color (decimal): -11897998 or 7500618. OLE color: 7500618.

HSL color Cylindrical-coordinate representation of color #4A7372: hue angle of 178.54º 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 #4A7372 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 114 -
CMYK 0.36 0 0.01 0.55
HSL 178.54º 0.22% 0.37% -
HSV(B) 178.54º 0.36% 0.45% -
XYZ 11.99 14.93 18.17 -
YUV 102.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 74 115 114 0.36 0 0.01 0.55 178.54 0.22 0.37
Hex 4A 73 72 24 0 1 37 B3 16 25
Octal 112 163 162 44 0 1 67 263 26 45
Binary 1001010 1110011 1110010 100100 0 1 110111 10110011 10110 100101

Color Harmonies of #4A7372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7372

Black with #4A7372

Text Example


Text Example

White with #4A7372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,114); }

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

background-color css

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

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

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

border-color css

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

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

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