Html Css Color HEX #467373 Ming

📋 copy color: '#467373'

red 70 ◦ green 115 ◦ blue 115

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

Shades of Ming #467373

Tints of Ming #467373

RGB

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

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

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

R = 23.33%
G = 38.33%
B = 38.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#467373 (or 0x467373) is known color: Ming. HEX triplet: 46, 73 and 73. RGB value is (70,115,115). Sum of RGB (Red+Green+Blue) = 70+115+115=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #467373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467373 is #B98C8C. Grayscale: #656565. Windows color (decimal): -12160141 or 7566150. OLE color: 7566150.

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

Color convert

RGB 70 115 115 -
CMYK 0.39 0 0 0.55
HSL 180º 0.24% 0.36% -
HSV(B) 180º 0.39% 0.45% -
XYZ 11.75 14.8 18.46 -
YUV 101.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 70 115 115 0.39 0 0 0.55 180 0.24 0.36
Hex 46 73 73 27 0 0 37 B4 18 24
Octal 106 163 163 47 0 0 67 264 30 44
Binary 1000110 1110011 1110011 100111 0 0 110111 10110100 11000 100100

Color Harmonies of #467373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467373

Black with #467373

Text Example


Text Example

White with #467373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467373; }

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

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

background-color css

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

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

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

border-color css

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

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

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