Html Css Color HEX #467474 Ming

📋 copy color: '#467474'

red 70 ◦ green 116 ◦ blue 116

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

Shades of Ming #467474

Tints of Ming #467474

RGB

 RED value IS 70 (27.73% from 255) = 23.18%

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

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

R = 23.18%
G = 38.41%
B = 38.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#467474 (or 0x467474) is known color: Ming. HEX triplet: 46, 74 and 74. RGB value is (70,116,116). Sum of RGB (Red+Green+Blue) = 70+116+116=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #467474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467474 is #B98B8B. Grayscale: #666666. Windows color (decimal): -12159884 or 7631942. OLE color: 7631942.

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

Color convert

RGB 70 116 116 -
CMYK 0.40 0 0 0.55
HSL 180º 0.25% 0.36% -
HSV(B) 180º 0.4% 0.45% -
XYZ 11.92 15.05 18.8 -
YUV 102.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 70 116 116 0.40 0 0 0.55 180 0.25 0.36
Hex 46 74 74 28 0 0 37 B4 19 24
Octal 106 164 164 50 0 0 67 264 31 44
Binary 1000110 1110100 1110100 101000 0 0 110111 10110100 11001 100100

Color Harmonies of #467474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467474

Black with #467474

Text Example


Text Example

White with #467474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467474; }

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

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

background-color css

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

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

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

border-color css

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

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

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