Html Css Color HEX #4A7073 Ming

📋 copy color: '#4A7073'

red 74 ◦ green 112 ◦ blue 115

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

Shades of Ming #4A7073

Tints of Ming #4A7073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

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

R = 24.58%
G = 37.21%
B = 38.21%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A7073 (or 0x4A7073) is known color: Ming. HEX triplet: 4A, 70 and 73. RGB value is (74,112,115). Sum of RGB (Red+Green+Blue) = 74+112+115=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A7073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7073 is #B58F8C. Grayscale: #646464. Windows color (decimal): -11898765 or 7565386. OLE color: 7565386.

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

Color convert

RGB 74 112 115 -
CMYK 0.36 0.03 0 0.55
HSL 184.39º 0.22% 0.37% -
HSV(B) 184.39º 0.36% 0.45% -
XYZ 11.71 14.28 18.36 -
YUV 100.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 74 112 115 0.36 0.03 0 0.55 184.39 0.22 0.37
Hex 4A 70 73 24 3 0 37 B8 16 25
Octal 112 160 163 44 3 0 67 270 26 45
Binary 1001010 1110000 1110011 100100 11 0 110111 10111000 10110 100101

Color Harmonies of #4A7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7073

Black with #4A7073

Text Example


Text Example

White with #4A7073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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